public class Arc extends PetrinetEdge<PetrinetNode,PetrinetNode>
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 |
---|
Arc(PetrinetNode source,
PetrinetNode target,
int weight) |
Arc(PetrinetNode source,
PetrinetNode target,
int weight,
ExpandableSubNet parent) |
Arc(PetrinetNode source,
PetrinetNode target,
int weight,
ExpandableSubNet parent,
LocalNodeID id) |
Modifier and Type | Method and Description |
---|---|
int |
getWeight() |
void |
setWeight(int weight) |
java.lang.String |
toString() |
getLocalID, getParent, setLocalID
compareTo, getGraph
equals, getSource, getTarget, hashCode
getAttributeMap, getLabel
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAttributeMap
public Arc(PetrinetNode source, PetrinetNode target, int weight)
public Arc(PetrinetNode source, PetrinetNode target, int weight, ExpandableSubNet parent)
public Arc(PetrinetNode source, PetrinetNode target, int weight, ExpandableSubNet parent, LocalNodeID id)