Class ClassifierType
- java.lang.Object
-
- org.processmining.filterbook.types.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 intcompareTo(ClassifierType o)Make the classifier type comparable.booleanequals(java.lang.Object o)org.deckfour.xes.classification.XEventClassifiergetClassifier()Get the classifier for this classifier type.java.lang.StringtoString()Name for the classifier type.
-
-
-
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:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(ClassifierType o)
Make the classifier type comparable.- Specified by:
compareToin interfacejava.lang.Comparable<ClassifierType>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-