Class Transition
- java.lang.Object
-
- org.processmining.specpp.datastructures.util.NoRehashing<java.lang.String>
-
- org.processmining.specpp.datastructures.petri.Transition
-
- All Implemented Interfaces:
Immutable,ProperlyHashable,ProperlyPrintable
- Direct Known Subclasses:
FinalTransition,InitialFinalTransition,InitialTransition
public class Transition extends NoRehashing<java.lang.String> implements ProperlyPrintable, ProperlyHashable
-
-
Field Summary
-
Fields inherited from class org.processmining.specpp.datastructures.util.NoRehashing
internal
-
-
Constructor Summary
Constructors Constructor Description Transition(java.lang.String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-