Class ClassifierType

  • All Implemented Interfaces:
    java.lang.Comparable<ClassifierType>

    public class ClassifierType
    extends java.lang.Object
    implements java.lang.Comparable<ClassifierType>
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassifierType​(org.deckfour.xes.classification.XEventClassifier classifier)
      Create a classifier type from a classifier from the log.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(ClassifierType o)
      Make the classifier type comparable.
      boolean equals​(java.lang.Object o)  
      org.deckfour.xes.classification.XEventClassifier getClassifier()
      Get the classifier for this classifier type.
      java.lang.String toString()
      Name for the classifier type.
      • Methods inherited from class java.lang.Object

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

      • ClassifierType

        public ClassifierType​(org.deckfour.xes.classification.XEventClassifier classifier)
        Create a classifier type from a classifier from the log.
        Parameters:
        classifier - The classifier from the log.
    • Method Detail

      • getClassifier

        public org.deckfour.xes.classification.XEventClassifier getClassifier()
        Get the classifier for this classifier type.
        Returns:
        THe classifier for this classifier type.
      • toString

        public java.lang.String toString()
        Name for the classifier type. Use classifier name.
        Overrides:
        toString in class java.lang.Object
      • compareTo

        public int compareTo​(ClassifierType o)
        Make the classifier type comparable.
        Specified by:
        compareTo in interface java.lang.Comparable<ClassifierType>
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object