Class CostModelFactoryImplModelDeviationsTimeLP
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.cost.CostModelFactoryImplModelDeviationsTimeLP
-
- All Implemented Interfaces:
CostModelFactory
public class CostModelFactoryImplModelDeviationsTimeLP extends java.lang.Object implements CostModelFactory
-
-
Constructor Summary
Constructors Constructor Description CostModelFactoryImplModelDeviationsTimeLP()
-
Method Summary
All Methods Instance Methods Concrete 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
public CostModelComputer createComputer()
Description copied from interface:CostModelFactoryMust return a new instance; instances cannot be reused.- Specified by:
createComputerin interfaceCostModelFactory- Returns:
-
createCostModel
public CostModelAbstract createCostModel(IvMModel model, IvMLogInfo logInfoFiltered)
Description copied from interface:CostModelFactoryMust return a new instance; instances cannot be reused.- Specified by:
createCostModelin interfaceCostModelFactory- Returns:
-
-