public class Transition extends org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge<State,State>
| Constructor and Description |
|---|
Transition(State source,
State target,
java.lang.Object identifier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getIdentifier() |
java.lang.String |
getLabel() |
void |
setLabel(java.lang.String label) |
compareTo, getGraphgetSource, getTarget, hashCodegetAttributeMap, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSource, getTargetpublic boolean equals(java.lang.Object o)
public java.lang.Object getIdentifier()
public void setLabel(java.lang.String label)
public java.lang.String getLabel()
getLabel in interface org.processmining.models.graphbased.directed.DirectedGraphElementgetLabel in class org.processmining.models.graphbased.AbstractGraphElement