Uses of Class
org.processmining.est2miner.algorithms.placeevaluation.eST2PlaceEvaluator.FitnessStatus
-
Packages that use eST2PlaceEvaluator.FitnessStatus Package Description org.processmining.est2miner.algorithms.placeevaluation -
-
Uses of eST2PlaceEvaluator.FitnessStatus in org.processmining.est2miner.algorithms.placeevaluation
Methods in org.processmining.est2miner.algorithms.placeevaluation that return eST2PlaceEvaluator.FitnessStatus Modifier and Type Method Description static eST2PlaceEvaluator.FitnessStatuseST2PlaceEvaluator. evaluatePlace(ESTPartialOrder pTrace, org.processmining.models.graphbased.directed.petrinet.Petrinet placePetriNet)static eST2PlaceEvaluator.FitnessStatuseST2PlaceEvaluator. getStatus(boolean isOverfed, boolean isUnderfed)static eST2PlaceEvaluator.FitnessStatuseST2PlaceEvaluator.FitnessStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static eST2PlaceEvaluator.FitnessStatus[]eST2PlaceEvaluator.FitnessStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-