Class InductiveVisualMinerAlignmentComputation
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.plugins.InductiveVisualMinerAlignmentComputation
-
public class InductiveVisualMinerAlignmentComputation extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InductiveVisualMinerAlignmentComputation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InductiveVisualMinerAlignmentalign(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree, org.deckfour.xes.model.XLog log)static IvMLogNotFilteredalign(IvMEfficientTree tree, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier, org.processmining.framework.plugin.ProMCanceller canceller)static IvMLogNotFilteredalign(IvMModel model, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier, org.processmining.framework.plugin.ProMCanceller canceller)
-
-
-
Method Detail
-
align
public InductiveVisualMinerAlignment align(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree, org.deckfour.xes.model.XLog log) throws java.lang.Exception
- Throws:
java.lang.Exception
-
align
public static IvMLogNotFiltered align(IvMEfficientTree tree, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier, org.processmining.framework.plugin.ProMCanceller canceller) throws java.lang.Exception
- Throws:
java.lang.Exception
-
align
public static IvMLogNotFiltered align(IvMModel model, org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier, org.processmining.framework.plugin.ProMCanceller canceller) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-