Class RegexLabel
- java.lang.Object
-
- org.processmining.specpp.datastructures.util.Label
-
- org.processmining.specpp.datastructures.util.RegexLabel
-
- All Implemented Interfaces:
PartiallyOrdered<Label>,ProperlyHashable,ProperlyPrintable
public class RegexLabel extends Label
-
-
Constructor Summary
Constructors Constructor Description RegexLabel(java.lang.String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangt(Label other)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
-
lt
public boolean lt(Label other)
- Specified by:
ltin interfacePartiallyOrdered<Label>- Overrides:
ltin classLabel
-
gt
public boolean gt(Label other)
- Specified by:
gtin interfacePartiallyOrdered<Label>- Overrides:
gtin classLabel
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceProperlyPrintable- Overrides:
toStringin classLabel
-
-