Class StringStatisticKey
- java.lang.Object
-
- org.processmining.specpp.datastructures.util.NoRehashing<java.lang.String>
-
- org.processmining.specpp.supervision.observations.StringStatisticKey
-
- All Implemented Interfaces:
java.lang.Comparable<StringStatisticKey>,StatisticKey,Immutable,ProperlyHashable,ProperlyPrintable
- Direct Known Subclasses:
TaskDescription
public class StringStatisticKey extends NoRehashing<java.lang.String> implements StatisticKey, java.lang.Comparable<StringStatisticKey>
-
-
Field Summary
-
Fields inherited from class org.processmining.specpp.datastructures.util.NoRehashing
internal
-
-
Constructor Summary
Constructors Constructor Description StringStatisticKey(java.lang.String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(StringStatisticKey o)java.lang.StringtoString()-
Methods inherited from class org.processmining.specpp.datastructures.util.NoRehashing
equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Specified by:
toStringin interfaceProperlyPrintable- Overrides:
toStringin classjava.lang.Object
-
compareTo
public int compareTo(StringStatisticKey o)
- Specified by:
compareToin interfacejava.lang.Comparable<StringStatisticKey>
-
-