Uses of Interface
org.processmining.objectcentricconstraintchecking.algorithms.analysis.mxICostFunction
-
-
Uses of mxICostFunction in org.processmining.objectcentricconstraintchecking.algorithms.analysis
Classes in org.processmining.objectcentricconstraintchecking.algorithms.analysis that implement mxICostFunction Modifier and Type Class Description classmxDistanceCostFunctionImplements a cost function for the Euclidean length of an edge.Methods in org.processmining.objectcentricconstraintchecking.algorithms.analysis with parameters of type mxICostFunction Modifier and Type Method Description java.lang.Object[]mxGraphAnalysis. getMinimumSpanningTree(mxGraph graph, java.lang.Object[] v, mxICostFunction cf, boolean directed)Returns the minimum spanning tree (MST) for the graph defined by G=(E,V).java.lang.Object[]mxGraphAnalysis. getShortestPath(mxGraph graph, java.lang.Object from, java.lang.Object to, mxICostFunction cf, int steps, boolean directed)Returns the shortest path between two cells or their descendants represented as an array of edges in order of traversal.mxCellState[]mxGraphAnalysis. sort(mxCellState[] states, mxICostFunction cf)Returns a sorted set forcellswith respect tocf. -
Uses of mxICostFunction in org.processmining.objectcentricconstraintchecking.algorithms.costfunction
Classes in org.processmining.objectcentricconstraintchecking.algorithms.costfunction that implement mxICostFunction Modifier and Type Class Description classmxConstCostFunctionclassmxCostFunctionclassmxDoubleValCostFunctionA cost function that assumes that edge value is of type "double" or "String" and returns that value. -
Uses of mxICostFunction in org.processmining.objectcentricconstraintchecking.algorithms.generatorfunction
Classes in org.processmining.objectcentricconstraintchecking.algorithms.generatorfunction that implement mxICostFunction Modifier and Type Class Description classmxGeneratorFunctionclassmxGeneratorRandomFunction
-