Class Label
- java.lang.Object
-
- org.processmining.specpp.datastructures.util.Label
-
- All Implemented Interfaces:
PartiallyOrdered<Label>,ProperlyHashable,ProperlyPrintable
- Direct Known Subclasses:
RegexLabel
public class Label extends java.lang.Object implements ProperlyPrintable, ProperlyHashable, PartiallyOrdered<Label>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringtext
-
Constructor Summary
Constructors Constructor Description Label(java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)booleangt(Label other)inthashCode()booleanlt(Label other)java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.traits.PartiallyOrdered
equivalent
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceProperlyHashable- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceProperlyPrintable- Overrides:
toStringin classjava.lang.Object
-
gt
public boolean gt(Label other)
- Specified by:
gtin interfacePartiallyOrdered<Label>
-
lt
public boolean lt(Label other)
- Specified by:
ltin interfacePartiallyOrdered<Label>
-
-