Uses of Class
org.processmining.projectionminer.discoveryalgorithms.eSTMiner.estcoreobjects.MyLog
-
-
Uses of MyLog in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.discovery
Fields in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.discovery declared as MyLog Modifier and Type Field Description protected MyLogAbstractDiscovery. logConstructors in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.discovery with parameters of type MyLog Constructor Description AbstractDiscovery(MyProcessModel pM, AbstractCandidateTraverser candidates, MyPlaceEvaluator evaluator, AbstractImplicitPlacesRemover ipRemover, Parameters parameters, MyLog log)DeltaDiscovery(MyProcessModel pM, AbstractCandidateTraverser candidates, MyPlaceEvaluator evaluator, AbstractImplicitPlacesRemover ipRemover, Parameters parameters, MyLog log, BFSDeltaCombinator combinator) -
Uses of MyLog in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.estcoreobjects
Methods in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.estcoreobjects with parameters of type MyLog Modifier and Type Method Description intMyProcessModel. getNumLiveTraces(MyLog log)MyProcessModelMyProcessModel. mergeSelfLoopPlaces(MyLog log)voidMyProcessModel. printPlaceSummary(MyLog log)voidMyProcessModel. updateAndPrintStatus(MyLog log)voidMyProcessModel. updateStatus(MyLog log) -
Uses of MyLog in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.implicitplaceremoval
Fields in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.implicitplaceremoval declared as MyLog Modifier and Type Field Description protected MyLogAbstractImplicitPlacesRemover. logConstructors in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.implicitplaceremoval with parameters of type MyLog Constructor Description AbstractImplicitPlacesRemover(java.lang.String[] transitions, MyLog log)OptimizationBasedImplicitPlaceRemover(java.lang.String[] transitions, MyLog log)ReplayBasedImplicitPlacesRemover(java.lang.String[] transitions, MyLog log, int maxTreeDepth) -
Uses of MyLog in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.placecombinators
Constructors in org.processmining.projectionminer.discoveryalgorithms.eSTMiner.placecombinators with parameters of type MyLog Constructor Description BFSDeltaCombinator(java.lang.String adaptiveDeltaStrategy, int adaptiveDeltaSteepness, int tauAbsolute, int deltaAbsolute, int[] traceCounts, int maxDepth, int potentialPlacesLimit, MyLog log)
-