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, getGraph
getSource, getTarget, hashCode
getAttributeMap, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSource, getTarget
public 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.DirectedGraphElement
getLabel
in class org.processmining.models.graphbased.AbstractGraphElement