Class XLifeCycleClassifierIgnore

  • All Implemented Interfaces:
    org.deckfour.xes.classification.XEventClassifier, XLifeCycleClassifier

    public class XLifeCycleClassifierIgnore
    extends java.lang.Object
    implements XLifeCycleClassifier
    Class to ignore life cycle transition altogether, by simply classifying each event as 'complete'.
    Author:
    sander
    • 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