Class BFSDeltaCombinator
- java.lang.Object
-
- org.processmining.projectionminer.discoveryalgorithms.eSTMiner.placecombinators.BFSDeltaCombinator
-
public class BFSDeltaCombinator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BFSDeltaCombinator(java.lang.String adaptiveDeltaStrategy, int adaptiveDeltaSteepness, int tauAbsolute, int deltaAbsolute, int[] traceCounts, int maxDepth, int potentialPlacesLimit, MyLog log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]combinePlace(boolean[] pMVariantVector, MyPlace place)intgetCurrentDepth()intgetMaxDepth()MyProcessModelrevisitQueueOfPlaces(MyProcessModel pM)voidsetCurrentDepth(int newDepth)java.util.ArrayList<MyPlace>shortenPotentialPlaces(java.util.ArrayList<MyPlace> potentialPlaces)MyProcessModelshortenPotentialPlaces(MyProcessModel pM)
-
-
-
Constructor Detail
-
BFSDeltaCombinator
public BFSDeltaCombinator(java.lang.String adaptiveDeltaStrategy, int adaptiveDeltaSteepness, int tauAbsolute, int deltaAbsolute, int[] traceCounts, int maxDepth, int potentialPlacesLimit, MyLog log)
-
-
Method Detail
-
combinePlace
public java.lang.Object[] combinePlace(boolean[] pMVariantVector, MyPlace place)
-
getCurrentDepth
public int getCurrentDepth()
-
setCurrentDepth
public void setCurrentDepth(int newDepth)
-
shortenPotentialPlaces
public MyProcessModel shortenPotentialPlaces(MyProcessModel pM)
-
shortenPotentialPlaces
public java.util.ArrayList<MyPlace> shortenPotentialPlaces(java.util.ArrayList<MyPlace> potentialPlaces)
-
revisitQueueOfPlaces
public MyProcessModel revisitQueueOfPlaces(MyProcessModel pM)
-
getMaxDepth
public int getMaxDepth()
-
-