Interface CostModelFactory
-
- All Known Implementing Classes:
CostModelFactoryImplModelDeviationsLP,CostModelFactoryImplModelDeviationsServiceLP,CostModelFactoryImplModelDeviationsTimeLP,CostModelFactoryImplModelLP
public interface CostModelFactoryA factory provides two things: a computer and a model.- Author:
- sander
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CostModelComputercreateComputer()Must return a new instance; instances cannot be reused.CostModelAbstractcreateCostModel(IvMModel model, IvMLogInfo logInfoFiltered)Must return a new instance; instances cannot be reused.
-
-
-
Method Detail
-
createComputer
CostModelComputer createComputer()
Must return a new instance; instances cannot be reused.- Returns:
-
createCostModel
CostModelAbstract createCostModel(IvMModel model, IvMLogInfo logInfoFiltered)
Must return a new instance; instances cannot be reused.- Returns:
-
-