Uses of Class
org.processmining.plugins.inductiveVisualMiner.cost.CostModelImplModel.ParameterNodeType
-
Packages that use CostModelImplModel.ParameterNodeType Package Description org.processmining.plugins.inductiveVisualMiner.cost -
-
Uses of CostModelImplModel.ParameterNodeType in org.processmining.plugins.inductiveVisualMiner.cost
Methods in org.processmining.plugins.inductiveVisualMiner.cost that return CostModelImplModel.ParameterNodeType Modifier and Type Method Description static CostModelImplModel.ParameterNodeTypeCostModelImplModel.ParameterNodeType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CostModelImplModel.ParameterNodeType[]CostModelImplModel.ParameterNodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.plugins.inductiveVisualMiner.cost with parameters of type CostModelImplModel.ParameterNodeType Modifier and Type Method Description doubleCostModelImplModel. getNodeParameter(int node, CostModelImplModel.ParameterNodeType parameterType)Times/durations will be in ms.
-