Class InductiveVisualMinerAlignment
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.alignment.InductiveVisualMinerAlignment
-
public class InductiveVisualMinerAlignment extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InductiveVisualMinerAlignment(org.deckfour.xes.model.XLog alignedLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XLoggetAlignedLog()org.processmining.plugins.InductiveMiner.AttributeClassifiers.AttributeClassifier[]getClassifier()IvMModelgetModel()Extract the model from this aligned log.org.deckfour.xes.model.XLoggetXLog()In order for all filters to work properly, we need to revert the alignment back to a log.voidsetAlignedLog(org.deckfour.xes.model.XLog alignedLog)
-
-
-
Method Detail
-
getAlignedLog
public org.deckfour.xes.model.XLog getAlignedLog()
-
setAlignedLog
public void setAlignedLog(org.deckfour.xes.model.XLog alignedLog)
-
getModel
public IvMModel getModel()
Extract the model from this aligned log.- Returns:
-
getClassifier
public org.processmining.plugins.InductiveMiner.AttributeClassifiers.AttributeClassifier[] getClassifier()
-
getXLog
public org.deckfour.xes.model.XLog getXLog()
In order for all filters to work properly, we need to revert the alignment back to a log.- Returns:
-
-