Class InductiveMinerWithoutLog
- java.lang.Object
-
- org.processmining.plugins.inductiveminer2.withoutlog.InductiveMinerWithoutLog
-
public class InductiveMinerWithoutLog extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InductiveMinerWithoutLog()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddebug(java.lang.Object x, MinerStateWithoutLog minerState)static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreefindBaseCases(DfgMsd graph, MinerStateWithoutLog minerState)static CutfindCut(DfgMsd graph, java.lang.Iterable<CutFinderWithoutLog> cutFinders, MinerStateWithoutLog minerState)static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreefindFallThrough(DfgMsd graph, MinerStateWithoutLog minerState)static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreemineEfficientTree(DfgMsd graph, MiningParametersWithoutLog parameters, org.processmining.framework.packages.PackageManager.Canceller canceller)External users: please do not use this method but use the one in InductiveMinerWithoutLogPlugin.static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTreemineNode(DfgMsd graph, MinerStateWithoutLog minerState)static DfgMsd[]splitLog(DfgMsd graph, Cut cut, MinerStateWithoutLog minerState)
-
-
-
Method Detail
-
mineEfficientTree
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree mineEfficientTree(DfgMsd graph, MiningParametersWithoutLog parameters, org.processmining.framework.packages.PackageManager.Canceller canceller)
External users: please do not use this method but use the one in InductiveMinerWithoutLogPlugin. That one will be kept stable, this one will not.- Parameters:
graph-parameters-canceller-- Returns:
-
mineNode
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree mineNode(DfgMsd graph, MinerStateWithoutLog minerState)
-
findBaseCases
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree findBaseCases(DfgMsd graph, MinerStateWithoutLog minerState)
-
findCut
public static Cut findCut(DfgMsd graph, java.lang.Iterable<CutFinderWithoutLog> cutFinders, MinerStateWithoutLog minerState)
-
splitLog
public static DfgMsd[] splitLog(DfgMsd graph, Cut cut, MinerStateWithoutLog minerState)
-
findFallThrough
public static org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree findFallThrough(DfgMsd graph, MinerStateWithoutLog minerState)
-
debug
public static void debug(java.lang.Object x, MinerStateWithoutLog minerState)
-
-