Uses of Class
org.processmining.est2miner.models.coreobjects.ESTPlaceStatus
-
-
Uses of ESTPlaceStatus in org.processmining.est2miner.algorithms.candidatetraversal
Methods in org.processmining.est2miner.algorithms.candidatetraversal with parameters of type ESTPlaceStatus Modifier and Type Method Description abstract ESTPlaceAbstractCandidateTraverser. getNext(ESTPlace lastP, ESTPlaceStatus fitness)ESTPlaceBFSCandidateTraverser. getNext(ESTPlace lastP, ESTPlaceStatus fitness) -
Uses of ESTPlaceStatus in org.processmining.est2miner.algorithms.placeevaluation
Methods in org.processmining.est2miner.algorithms.placeevaluation that return ESTPlaceStatus Modifier and Type Method Description ESTPlaceStatusPlaceEvaluator. testPlace(java.util.HashSet<java.lang.String> ingoingTransitions, java.util.HashSet<java.lang.String> outgoingTransitions, ESTPlace place) -
Uses of ESTPlaceStatus in org.processmining.est2miner.models.coreobjects
Methods in org.processmining.est2miner.models.coreobjects that return ESTPlaceStatus Modifier and Type Method Description static ESTPlaceStatusESTPlaceStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ESTPlaceStatus[]ESTPlaceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-