Class mxGeneratorFunction
- java.lang.Object
-
- org.processmining.objectcentricconstraintchecking.algorithms.generatorfunction.mxGeneratorFunction
-
- All Implemented Interfaces:
mxICostFunction
- Direct Known Subclasses:
mxGeneratorRandomFunction
public abstract class mxGeneratorFunction extends java.lang.Object implements mxICostFunction
- Author:
- Mate A parent class for all generator cost functions that are used for generating edge weights during graph generation
-
-
Constructor Summary
Constructors Constructor Description mxGeneratorFunction()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.objectcentricconstraintchecking.algorithms.analysis.mxICostFunction
getCost
-
-