Class 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
    • 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
    • Constructor Detail

      • mxGeneratorFunction

        public mxGeneratorFunction()