Class XEventIdentityClassifier

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<org.deckfour.xes.classification.XEventAttributeClassifier>, org.deckfour.xes.classification.XEventClassifier

    public class XEventIdentityClassifier
    extends org.deckfour.xes.classification.XEventAttributeClassifier
    Implements an event classifier based on the event identity attribute of events.
    Author:
    B.F.A. Hompes
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.deckfour.xes.classification.XEventAttributeClassifier

        keys, name
    • Constructor Summary

      Constructors 
      Constructor Description
      XEventIdentityClassifier()
      Creates a new instance of this event classifier.
    • Method Summary

      • Methods inherited from class org.deckfour.xes.classification.XEventAttributeClassifier

        accept, compareTo, equals, getClassIdentity, getDefiningAttributeKeys, hashCode, name, sameEventClass, setName, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XEventIdentityClassifier

        public XEventIdentityClassifier()
        Creates a new instance of this event classifier.