Uses of Class
org.processmining.est2miner.models.coreobjects.ESTPlace
-
-
Uses of ESTPlace in org.processmining.est2miner.algorithms.candidatetraversal
Fields in org.processmining.est2miner.algorithms.candidatetraversal declared as ESTPlace Modifier and Type Field Description protected ESTPlaceAbstractCandidateTraverser. currentRootFields in org.processmining.est2miner.algorithms.candidatetraversal with type parameters of type ESTPlace Modifier and Type Field Description protected java.util.LinkedList<ESTPlace>AbstractCandidateTraverser. rootsMethods in org.processmining.est2miner.algorithms.candidatetraversal that return ESTPlace Modifier and Type Method Description abstract ESTPlaceAbstractCandidateTraverser. getNext(ESTPlace lastP, ESTPlaceStatus fitness)ESTPlaceBFSCandidateTraverser. getNext(ESTPlace lastP, ESTPlaceStatus fitness)protected ESTPlaceAbstractCandidateTraverser. getNextRoot()Methods in org.processmining.est2miner.algorithms.candidatetraversal that return types with arguments of type ESTPlace Modifier and Type Method Description protected java.util.LinkedList<ESTPlace>AbstractCandidateTraverser. computeBaseRoots()Methods in org.processmining.est2miner.algorithms.candidatetraversal with parameters of type ESTPlace Modifier and Type Method Description protected intAbstractCandidateTraverser. getCurrentDepth(ESTPlace place)abstract ESTPlaceAbstractCandidateTraverser. getNext(ESTPlace lastP, ESTPlaceStatus fitness)ESTPlaceBFSCandidateTraverser. getNext(ESTPlace lastP, ESTPlaceStatus fitness)protected booleanAbstractCandidateTraverser. hasSingleMaximalOutTransition(ESTPlace place) -
Uses of ESTPlace in org.processmining.est2miner.algorithms.discovery
Methods in org.processmining.est2miner.algorithms.discovery with parameters of type ESTPlace Modifier and Type Method Description protected intAbstractDiscovery. getCurrentTreeDepth(ESTPlace current)protected abstract voidAbstractDiscovery. handleLocallyFittingPlace(ESTPlace current)protected voidDeltaDiscovery. handleLocallyFittingPlace(ESTPlace current)protected abstract voidAbstractDiscovery. performNextTreeLevelActions(int currentTreeDepth, int updatedTreeDepth, ESTPlace current)protected voidDeltaDiscovery. performNextTreeLevelActions(int currentTreeDepth, int updatedTreeDepth, ESTPlace currentPlace) -
Uses of ESTPlace in org.processmining.est2miner.algorithms.implicitplaceremoval
Methods in org.processmining.est2miner.algorithms.implicitplaceremoval that return types with arguments of type ESTPlace Modifier and Type Method Description abstract java.util.ArrayList<ESTPlace>AbstractImplicitPlacesRemover. implicitRelatedToPlace(ESTPlace specificPlace, java.util.ArrayList<ESTPlace> placesToCheck)java.util.ArrayList<ESTPlace>OptimizationBasedImplicitPlaceRemover. implicitRelatedToPlace(ESTPlace currentP, java.util.ArrayList<ESTPlace> places)Methods in org.processmining.est2miner.algorithms.implicitplaceremoval with parameters of type ESTPlace Modifier and Type Method Description abstract java.util.ArrayList<ESTPlace>AbstractImplicitPlacesRemover. implicitRelatedToPlace(ESTPlace specificPlace, java.util.ArrayList<ESTPlace> placesToCheck)java.util.ArrayList<ESTPlace>OptimizationBasedImplicitPlaceRemover. implicitRelatedToPlace(ESTPlace currentP, java.util.ArrayList<ESTPlace> places)Method parameters in org.processmining.est2miner.algorithms.implicitplaceremoval with type arguments of type ESTPlace Modifier and Type Method Description abstract java.util.ArrayList<ESTPlace>AbstractImplicitPlacesRemover. implicitRelatedToPlace(ESTPlace specificPlace, java.util.ArrayList<ESTPlace> placesToCheck)java.util.ArrayList<ESTPlace>OptimizationBasedImplicitPlaceRemover. implicitRelatedToPlace(ESTPlace currentP, java.util.ArrayList<ESTPlace> places) -
Uses of ESTPlace in org.processmining.est2miner.algorithms.placecombination
Methods in org.processmining.est2miner.algorithms.placecombination with parameters of type ESTPlace Modifier and Type Method Description java.lang.Object[]BFSDeltaCombinator. combinePlace(boolean[] pMVariantVector, ESTPlace place) -
Uses of ESTPlace in org.processmining.est2miner.algorithms.placeevaluation
Methods in org.processmining.est2miner.algorithms.placeevaluation with parameters of type ESTPlace Modifier and Type Method Description static PlaceLogReplayResulteST2PlaceEvaluator. evaluatePlaceWithLog(ESTPartialOrderLog pLog, java.util.HashMap<ESTPartialOrder,java.lang.Integer> traceCounts, java.util.HashSet<java.lang.String> ingoingTransitions, java.util.HashSet<java.lang.String> outgoingTransitions, ESTPlace place)ESTPlaceStatusPlaceEvaluator. testPlace(java.util.HashSet<java.lang.String> ingoingTransitions, java.util.HashSet<java.lang.String> outgoingTransitions, ESTPlace place) -
Uses of ESTPlace in org.processmining.est2miner.models.coreobjects
Methods in org.processmining.est2miner.models.coreobjects that return ESTPlace Modifier and Type Method Description ESTPlaceESTPlace. mergePlaces(ESTPlace place)Methods in org.processmining.est2miner.models.coreobjects that return types with arguments of type ESTPlace Modifier and Type Method Description java.util.ArrayList<ESTPlace>ESTProcessModel. getDiscardedPlaces()java.util.ArrayList<ESTPlace>ESTProcessModel. getPlaces()java.util.ArrayList<ESTPlace>ESTProcessModel. getPotentialPlaces()Methods in org.processmining.est2miner.models.coreobjects with parameters of type ESTPlace Modifier and Type Method Description voidESTProcessModel. addPlace(ESTPlace p)ESTPlaceESTPlace. mergePlaces(ESTPlace place)Method parameters in org.processmining.est2miner.models.coreobjects with type arguments of type ESTPlace Modifier and Type Method Description voidESTProcessModel. setPlaces(java.util.ArrayList<ESTPlace> places)voidESTProcessModel. setPotentialPlaces(java.util.ArrayList<ESTPlace> potentialPlaces)Constructor parameters in org.processmining.est2miner.models.coreobjects with type arguments of type ESTPlace Constructor Description ESTProcessModel(java.util.ArrayList<ESTPlace> places, java.lang.String[] transitions, int numVariants)
-