Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.costfunction.mxCostFunction
-
Packages that use mxCostFunction Package Description org.processmining.objectcentricconstraintchecking.algorithms.analysis org.processmining.objectcentricconstraintchecking.algorithms.costfunction -
-
Uses of mxCostFunction in org.processmining.objectcentricconstraintchecking.algorithms.analysis
Methods in org.processmining.objectcentricconstraintchecking.algorithms.analysis that return mxCostFunction Modifier and Type Method Description mxCostFunctionmxGraphGenerator. getCostFunction()Methods in org.processmining.objectcentricconstraintchecking.algorithms.analysis with parameters of type mxCostFunction Modifier and Type Method Description voidmxGraphGenerator. setCostFunction(mxCostFunction costFunction)Constructors in org.processmining.objectcentricconstraintchecking.algorithms.analysis with parameters of type mxCostFunction Constructor Description mxGraphGenerator(mxGeneratorFunction generatorFunction, mxCostFunction costFunction) -
Uses of mxCostFunction in org.processmining.objectcentricconstraintchecking.algorithms.costfunction
Subclasses of mxCostFunction in org.processmining.objectcentricconstraintchecking.algorithms.costfunction Modifier and Type Class Description classmxConstCostFunctionclassmxDoubleValCostFunctionA cost function that assumes that edge value is of type "double" or "String" and returns that value.
-