public final class Transition
extends java.lang.Object
| Constructor and Description |
|---|
Transition(int source,
int target)
Initializes this transition with the given source and target state.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
int |
hashCode() |
java.lang.String |
toDot()
Returns a dot representation of this transition.
|
java.lang.String |
toString() |
public Transition(int source,
int target)
source - the source state of this transitiontarget - the target state of this transitionpublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toDot()