Uses of Interface
org.processmining.plugins.inductiveVisualMiner.cost.CostModel
-
Packages that use CostModel Package Description org.processmining.plugins.inductiveVisualMiner.alignedLogVisualisation.data org.processmining.plugins.inductiveVisualMiner.cost -
-
Uses of CostModel in org.processmining.plugins.inductiveVisualMiner.alignedLogVisualisation.data
Fields in org.processmining.plugins.inductiveVisualMiner.alignedLogVisualisation.data declared as CostModel Modifier and Type Field Description protected CostModelAlignedLogVisualisationDataImplCost. costModelMethods in org.processmining.plugins.inductiveVisualMiner.alignedLogVisualisation.data with parameters of type CostModel Modifier and Type Method Description protected voidAlignedLogVisualisationDataImplCost. computeExtremes(IvMModel model, CostModel costModel)Constructors in org.processmining.plugins.inductiveVisualMiner.alignedLogVisualisation.data with parameters of type CostModel Constructor Description AlignedLogVisualisationDataImplCost(IvMModel model, CostModel costModel, IvMLogInfo logInfo) -
Uses of CostModel in org.processmining.plugins.inductiveVisualMiner.cost
Classes in org.processmining.plugins.inductiveVisualMiner.cost that implement CostModel Modifier and Type Class Description classCostModelAbstractclassCostModelImplModelclassCostModelImplModelDeviationsParameter structure: [0,n-1] log move cost on per activity that has at least one log move; [n,n+m*x] per model node a few timing things cost.classCostModelImplModelDeviationsServiceCost model with model moves, deviations, and service time.classCostModelImplModelDeviationsTimeParameter structure: [0,n-1] log move cost on per activity that has at least one log move; [n,n+m*x] per model node a few timing things cost.Methods in org.processmining.plugins.inductiveVisualMiner.cost that return CostModel Modifier and Type Method Description CostModelCostModels. getCostModel()CostModelCostModelsImpl. getCostModel()CostModelCostModels. getNegativeCostModel()CostModelCostModelsImpl. getNegativeCostModel()Constructors in org.processmining.plugins.inductiveVisualMiner.cost with parameters of type CostModel Constructor Description CostModelsImpl(CostModel costModel, CostModel negativeCostModel, boolean bothModelsWereAttempted)
-