public class InductiveVisualMinerAlignment
extends java.lang.Object
Constructor and Description |
---|
InductiveVisualMinerAlignment(org.deckfour.xes.model.XLog alignedLog) |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
getAlignedLog() |
org.deckfour.xes.classification.XEventClassifier |
getClassifier() |
IvMModel |
getModel()
Extract the model from this aligned log.
|
org.deckfour.xes.model.XLog |
getXLog()
In order for all filters to work properly, we need to revert the
alignment back to a log.
|
void |
setAlignedLog(org.deckfour.xes.model.XLog alignedLog) |
public InductiveVisualMinerAlignment(org.deckfour.xes.model.XLog alignedLog)
public org.deckfour.xes.model.XLog getAlignedLog()
public void setAlignedLog(org.deckfour.xes.model.XLog alignedLog)
public IvMModel getModel()
public org.deckfour.xes.classification.XEventClassifier getClassifier()
public org.deckfour.xes.model.XLog getXLog()