Uses of Class
org.processmining.projectionminer.discoveryalgorithms.eSTMiner.estcoreobjects.MyPlace
-
-
Uses of MyPlace in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.candidatetraverser
Fields in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.candidatetraverser declared as MyPlace Modifier and Type Field Description protected MyPlaceAbstractCandidateTraverser. currentRootFields in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.candidatetraverser with type parameters of type MyPlace Modifier and Type Field Description protected java.util.ArrayList<MyPlace>AbstractCandidateTraverser. rootsMethods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.candidatetraverser that return MyPlace Modifier and Type Method Description abstract MyPlaceAbstractCandidateTraverser. getNext(MyPlace lastP, MyPlaceStatus fitness)MyPlaceBFSCandidateTraverser. getNext(MyPlace lastP, MyPlaceStatus fitness)MyPlaceDFSCandidateTraverser. getNext(MyPlace lastP, MyPlaceStatus fitness)protected MyPlaceAbstractCandidateTraverser. getNextRoot()Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.candidatetraverser that return types with arguments of type MyPlace Modifier and Type Method Description protected java.util.ArrayList<MyPlace>AbstractCandidateTraverser. computeBaseRoots()Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.candidatetraverser with parameters of type MyPlace Modifier and Type Method Description protected intAbstractCandidateTraverser. getCurrentDepth(MyPlace place)abstract MyPlaceAbstractCandidateTraverser. getNext(MyPlace lastP, MyPlaceStatus fitness)MyPlaceBFSCandidateTraverser. getNext(MyPlace lastP, MyPlaceStatus fitness)MyPlaceDFSCandidateTraverser. getNext(MyPlace lastP, MyPlaceStatus fitness)protected booleanAbstractCandidateTraverser. hasSingleMaximalOutTransition(MyPlace place)Method parameters in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.candidatetraverser with type arguments of type MyPlace Modifier and Type Method Description protected java.lang.StringAbstractCandidateTraverser. placeSetToString(java.util.ArrayList<MyPlace> placeSet) -
Uses of MyPlace in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.discovery
Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.discovery with parameters of type MyPlace Modifier and Type Method Description protected intAbstractDiscovery. getCurrentTreeDepth(MyPlace current)protected abstract voidAbstractDiscovery. handleLocallyFittingPlace(MyPlace current)protected voidDeltaDiscovery. handleLocallyFittingPlace(MyPlace current)protected abstract voidAbstractDiscovery. performNextTreeLevelActions(int currentTreeDepth, int updatedTreeDepth, MyPlace current)protected voidDeltaDiscovery. performNextTreeLevelActions(int currentTreeDepth, int updatedTreeDepth, MyPlace currentPlace) -
Uses of MyPlace in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.estcoreobjects
Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.estcoreobjects that return MyPlace Modifier and Type Method Description MyPlaceMyPlace. clone()MyPlaceMyPlace. mergePlaces(MyPlace place)MyPlaceMyPlace. removeDeadTransitions(boolean[] transitionsLiveness)Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.estcoreobjects that return types with arguments of type MyPlace Modifier and Type Method Description java.util.ArrayList<MyPlace>MyProcessModel. getDiscardedPlaces()java.util.ArrayList<MyPlace>MyProcessModel. getPlaces()java.util.ArrayList<MyPlace>MyProcessModel. getPotentialPlaces()Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.estcoreobjects with parameters of type MyPlace Modifier and Type Method Description voidMyProcessModel. addPlace(MyPlace p)booleanMyPlace. isEqual(MyPlace place)booleanMyPlace. isEqualWithoutDead(MyPlace place, boolean[] transitionsLiveness)booleanMyPlace. isSubPlace(MyPlace subP)MyPlaceMyPlace. mergePlaces(MyPlace place)Method parameters in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.estcoreobjects with type arguments of type MyPlace Modifier and Type Method Description voidMyProcessModel. addPlace(java.util.ArrayList<MyPlace> placesToAdd)voidMyProcessModel. setDiscardedPlaces(java.util.ArrayList<MyPlace> discardedPlaces)voidMyProcessModel. setPlaces(java.util.ArrayList<MyPlace> places)voidMyProcessModel. setPotentialPlaces(java.util.ArrayList<MyPlace> potentialPlaces)Constructor parameters in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.estcoreobjects with type arguments of type MyPlace Constructor Description MyProcessModel(java.util.ArrayList<MyPlace> places, java.lang.String[] transitions, int numVariants) -
Uses of MyPlace in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.implicitplaceremoval
Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.implicitplaceremoval that return types with arguments of type MyPlace Modifier and Type Method Description abstract java.util.ArrayList<MyPlace>AbstractImplicitPlacesRemover. implicitRelatedToPlace(MyPlace specificPlace, java.util.ArrayList<MyPlace> placesToCheck, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)java.util.ArrayList<MyPlace>AbstractImplicitPlacesRemover. implicitRelatedToPlace(MyPlace specificPlace, MyProcessModel inputPM)java.util.ArrayList<MyPlace>AbstractImplicitPlacesRemover. implicitRelatedToPlace(MyPlace specificPlace, MyProcessModel inputPM, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)java.util.ArrayList<MyPlace>OptimizationBasedImplicitPlaceRemover. implicitRelatedToPlace(MyPlace currentP, java.util.ArrayList<MyPlace> places, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)java.util.ArrayList<MyPlace>ReplayBasedImplicitPlacesRemover. implicitRelatedToPlace(MyPlace specificPlace, java.util.ArrayList<MyPlace> placesToCheck, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.implicitplaceremoval with parameters of type MyPlace Modifier and Type Method Description abstract java.lang.Object[]AbstractImplicitPlacesRemover. implicitAndRepairRelatedToPlace(MyPlace specificPlace, java.util.ArrayList<MyPlace> placesToCheck, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)java.lang.Object[]AbstractImplicitPlacesRemover. implicitAndRepairRelatedToPlace(MyPlace specificPlace, MyProcessModel inputPM)java.lang.Object[]AbstractImplicitPlacesRemover. implicitAndRepairRelatedToPlace(MyPlace specificPlace, MyProcessModel inputPM, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)java.lang.Object[]OptimizationBasedImplicitPlaceRemover. implicitAndRepairRelatedToPlace(MyPlace specificPlace, java.util.ArrayList<MyPlace> placesToCheck, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)java.lang.Object[]ReplayBasedImplicitPlacesRemover. implicitAndRepairRelatedToPlace(MyPlace specificPlace, java.util.ArrayList<MyPlace> placesToCheck, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)abstract java.util.ArrayList<MyPlace>AbstractImplicitPlacesRemover. implicitRelatedToPlace(MyPlace specificPlace, java.util.ArrayList<MyPlace> placesToCheck, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)java.util.ArrayList<MyPlace>AbstractImplicitPlacesRemover. implicitRelatedToPlace(MyPlace specificPlace, MyProcessModel inputPM)java.util.ArrayList<MyPlace>AbstractImplicitPlacesRemover. implicitRelatedToPlace(MyPlace specificPlace, MyProcessModel inputPM, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)java.util.ArrayList<MyPlace>OptimizationBasedImplicitPlaceRemover. implicitRelatedToPlace(MyPlace currentP, java.util.ArrayList<MyPlace> places, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)java.util.ArrayList<MyPlace>ReplayBasedImplicitPlacesRemover. implicitRelatedToPlace(MyPlace specificPlace, java.util.ArrayList<MyPlace> placesToCheck, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)Method parameters in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.implicitplaceremoval with type arguments of type MyPlace Modifier and Type Method Description abstract java.lang.Object[]AbstractImplicitPlacesRemover. implicitAndRepairRelatedToPlace(MyPlace specificPlace, java.util.ArrayList<MyPlace> placesToCheck, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)java.lang.Object[]OptimizationBasedImplicitPlaceRemover. implicitAndRepairRelatedToPlace(MyPlace specificPlace, java.util.ArrayList<MyPlace> placesToCheck, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)java.lang.Object[]ReplayBasedImplicitPlacesRemover. implicitAndRepairRelatedToPlace(MyPlace specificPlace, java.util.ArrayList<MyPlace> placesToCheck, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)abstract java.util.ArrayList<MyPlace>AbstractImplicitPlacesRemover. implicitRelatedToPlace(MyPlace specificPlace, java.util.ArrayList<MyPlace> placesToCheck, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)java.util.ArrayList<MyPlace>OptimizationBasedImplicitPlaceRemover. implicitRelatedToPlace(MyPlace currentP, java.util.ArrayList<MyPlace> places, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants)java.util.ArrayList<MyPlace>ReplayBasedImplicitPlacesRemover. implicitRelatedToPlace(MyPlace specificPlace, java.util.ArrayList<MyPlace> placesToCheck, java.util.ArrayList<java.util.ArrayList<java.lang.Integer>> relevantTraceVariants) -
Uses of MyPlace in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.placecombinators
Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.placecombinators that return types with arguments of type MyPlace Modifier and Type Method Description java.util.ArrayList<MyPlace>BFSDeltaCombinator. shortenPotentialPlaces(java.util.ArrayList<MyPlace> potentialPlaces)Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.placecombinators with parameters of type MyPlace Modifier and Type Method Description java.lang.Object[]BFSDeltaCombinator. combinePlace(boolean[] pMVariantVector, MyPlace place)intPlaceComparatorFittingTraces. compare(MyPlace p1, MyPlace p2)intPlaceComparatorNumOfTransitions. compare(MyPlace p1, MyPlace p2)Method parameters in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.placecombinators with type arguments of type MyPlace Modifier and Type Method Description java.util.ArrayList<MyPlace>BFSDeltaCombinator. shortenPotentialPlaces(java.util.ArrayList<MyPlace> potentialPlaces) -
Uses of MyPlace in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.placeevaluators
Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.placeevaluators with parameters of type MyPlace Modifier and Type Method Description MyPlaceStatusMyPlaceEvaluator. testPlace(MyPlace current)
-