Uses of Class
org.processmining.projectionminer.discoveryalgorithms.eSTMiner.estcoreobjects.MyPlaceStatus
-
-
Uses of MyPlaceStatus in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.candidatetraverser
Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.candidatetraverser with parameters of type MyPlaceStatus Modifier and Type Method Description abstract MyPlaceAbstractCandidateTraverser. getNext(MyPlace lastP, MyPlaceStatus fitness)MyPlaceBFSCandidateTraverser. getNext(MyPlace lastP, MyPlaceStatus fitness)MyPlaceDFSCandidateTraverser. getNext(MyPlace lastP, MyPlaceStatus fitness) -
Uses of MyPlaceStatus in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.estcoreobjects
Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.estcoreobjects that return MyPlaceStatus Modifier and Type Method Description static MyPlaceStatusMyPlaceStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MyPlaceStatus[]MyPlaceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MyPlaceStatus in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.placeevaluators
Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.placeevaluators that return MyPlaceStatus Modifier and Type Method Description MyPlaceStatusMyPlaceEvaluator. testPlace(MyPlace current)
-