Class XLifeCycleClassifierIgnore

  • All Implemented Interfaces:
    org.deckfour.xes.classification.XEventClassifier, org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier

    public class XLifeCycleClassifierIgnore
    extends java.lang.Object
    implements org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier
    Class to ignore life cycle transition altogether, by simply classifying each event as 'complete'.
    Author:
    sander
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier

        org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier.Transition
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(org.deckfour.xes.model.XVisitor arg0, org.deckfour.xes.model.XLog arg1)  
      java.lang.String getClassIdentity​(org.deckfour.xes.model.XEvent arg0)  
      java.lang.String[] getDefiningAttributeKeys()  
      org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier.Transition getLifeCycleTransition​(java.lang.String transition)  
      org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier.Transition getLifeCycleTransition​(org.deckfour.xes.model.XEvent event)  
      java.lang.String name()  
      boolean sameEventClass​(org.deckfour.xes.model.XEvent arg0, org.deckfour.xes.model.XEvent arg1)  
      void setName​(java.lang.String arg0)  
      • Methods inherited from class java.lang.Object

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

      • XLifeCycleClassifierIgnore

        public XLifeCycleClassifierIgnore()
    • Method Detail

      • accept

        public void accept​(org.deckfour.xes.model.XVisitor arg0,
                           org.deckfour.xes.model.XLog arg1)
        Specified by:
        accept in interface org.deckfour.xes.classification.XEventClassifier
      • getClassIdentity

        public java.lang.String getClassIdentity​(org.deckfour.xes.model.XEvent arg0)
        Specified by:
        getClassIdentity in interface org.deckfour.xes.classification.XEventClassifier
      • getDefiningAttributeKeys

        public java.lang.String[] getDefiningAttributeKeys()
        Specified by:
        getDefiningAttributeKeys in interface org.deckfour.xes.classification.XEventClassifier
      • name

        public java.lang.String name()
        Specified by:
        name in interface org.deckfour.xes.classification.XEventClassifier
      • sameEventClass

        public boolean sameEventClass​(org.deckfour.xes.model.XEvent arg0,
                                      org.deckfour.xes.model.XEvent arg1)
        Specified by:
        sameEventClass in interface org.deckfour.xes.classification.XEventClassifier
      • setName

        public void setName​(java.lang.String arg0)
        Specified by:
        setName in interface org.deckfour.xes.classification.XEventClassifier
      • getLifeCycleTransition

        public org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier.Transition getLifeCycleTransition​(org.deckfour.xes.model.XEvent event)
        Specified by:
        getLifeCycleTransition in interface org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier
      • getLifeCycleTransition

        public org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier.Transition getLifeCycleTransition​(java.lang.String transition)
        Specified by:
        getLifeCycleTransition in interface org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier