Class Transition
- java.lang.Object
-
- All Implemented Interfaces:
java.lang.Cloneable,java.lang.Comparable<org.processmining.models.graphbased.AbstractGraphEdge<State,State>>,org.processmining.models.graphbased.AttributeMapOwner,org.processmining.models.graphbased.directed.DirectedGraphEdge<State,State>,org.processmining.models.graphbased.directed.DirectedGraphElement
public class Transition extends org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge<State,State>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.processmining.models.graphbased.directed.DirectedGraphEdge
org.processmining.models.graphbased.directed.DirectedGraphEdge.MultipleSources<N extends org.processmining.models.graphbased.directed.DirectedGraphNode>, org.processmining.models.graphbased.directed.DirectedGraphEdge.MultipleTargets<N extends org.processmining.models.graphbased.directed.DirectedGraphNode>
-
-
Constructor Summary
Constructors Constructor Description Transition(State source, State target, java.lang.Object identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.ObjectgetIdentifier()java.lang.StringgetLabel()voidsetLabel(java.lang.String label)-
Methods inherited from class org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge
compareTo, getGraph
-
Methods inherited from class org.processmining.models.graphbased.AbstractGraphEdge
getSource, getTarget, hashCode
-
Methods inherited from class org.processmining.models.graphbased.AbstractGraphElement
getAttributeMap, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
-
getIdentifier
public java.lang.Object getIdentifier()
-
setLabel
public void setLabel(java.lang.String label)
-
getLabel
public java.lang.String getLabel()
- Specified by:
getLabelin interfaceorg.processmining.models.graphbased.directed.DirectedGraphElement- Overrides:
getLabelin classorg.processmining.models.graphbased.AbstractGraphElement
-
-