public abstract class PetrinetEdge<S extends PetrinetNode,T extends PetrinetNode>
extends org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge<S,T>
implements org.processmining.models.graphbased.directed.ContainableDirectedGraphElement
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 and Description |
---|
PetrinetEdge(ExpandableSubNet parent,
S source,
T target,
java.lang.String label) |
PetrinetEdge(ExpandableSubNet parent,
S source,
T target,
java.lang.String label,
LocalNodeID localID) |
Modifier and Type | Method and Description |
---|---|
LocalNodeID |
getLocalID() |
ExpandableSubNet |
getParent() |
void |
setLocalID(LocalNodeID newLocalID) |
compareTo, getGraph
equals, getSource, getTarget, hashCode
getAttributeMap, getLabel, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAttributeMap
public PetrinetEdge(ExpandableSubNet parent, S source, T target, java.lang.String label)
public PetrinetEdge(ExpandableSubNet parent, S source, T target, java.lang.String label, LocalNodeID localID)
public ExpandableSubNet getParent()
getParent
in interface org.processmining.models.graphbased.directed.ContainableDirectedGraphElement
public LocalNodeID getLocalID()
public void setLocalID(LocalNodeID newLocalID)