Interface CostModelComputer
-
- All Known Implementing Classes:
CostModelComputerAbstract,CostModelComputerImplLP,CostModelComputerImplOLS
public interface CostModelComputer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcompute(IvMModel model, IvMLogFiltered log, IvMLogInfo logInfo, CostModelAbstract result, IvMCanceller canceller)java.lang.StringgetErrorMessage()java.lang.StringgetName()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
compute
void compute(IvMModel model, IvMLogFiltered log, IvMLogInfo logInfo, CostModelAbstract result, IvMCanceller canceller) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getErrorMessage
java.lang.String getErrorMessage()
- Returns:
- null if the computation was successful. Otherwise an error message.
-
-