Class InductiveVisualMinerAlignment


  • public class InductiveVisualMinerAlignment
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.deckfour.xes.model.XLog getAlignedLog()  
      org.processmining.plugins.InductiveMiner.AttributeClassifiers.AttributeClassifier[] 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InductiveVisualMinerAlignment

        public InductiveVisualMinerAlignment​(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: