Class AttributeType
- java.lang.Object
-
- org.processmining.filterbook.types.AttributeType
-
- All Implemented Interfaces:
java.lang.Comparable<AttributeType>
public class AttributeType extends java.lang.Object implements java.lang.Comparable<AttributeType>
-
-
Constructor Summary
Constructors Constructor Description AttributeType(org.deckfour.xes.model.XAttribute attribute)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(AttributeType o)booleanequals(java.lang.Object o)org.deckfour.xes.model.XAttributegetAttribute()java.lang.StringtoString()Name for the attribute type.
-
-
-
Method Detail
-
getAttribute
public org.deckfour.xes.model.XAttribute getAttribute()
-
toString
public java.lang.String toString()
Name for the attribute type. Use attribute key.- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(AttributeType o)
- Specified by:
compareToin interfacejava.lang.Comparable<AttributeType>
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
-