Class ResetArc
- java.lang.Object
-
- org.processmining.models.graphbased.AbstractGraphElement
-
- org.processmining.models.graphbased.AbstractGraphEdge<S,T>
-
- org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge<S,T>
-
- org.processmining.models.graphbased.directed.petrinet.PetrinetEdge<Place,Transition>
-
- org.processmining.models.graphbased.directed.petrinet.elements.ResetArc
-
- All Implemented Interfaces:
java.lang.Cloneable,java.lang.Comparable<org.processmining.models.graphbased.AbstractGraphEdge<Place,Transition>>,org.processmining.models.graphbased.AttributeMapOwner,org.processmining.models.graphbased.directed.ContainableDirectedGraphElement,org.processmining.models.graphbased.directed.DirectedGraphEdge<Place,Transition>,org.processmining.models.graphbased.directed.DirectedGraphElement
public class ResetArc extends PetrinetEdge<Place,Transition>
-
-
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 ResetArc(Place source, Transition target, java.lang.String label)ResetArc(Place source, Transition target, java.lang.String label, ExpandableSubNet parent)ResetArc(Place source, Transition target, java.lang.String label, ExpandableSubNet parent, LocalNodeID id)
-
Method Summary
-
Methods inherited from class org.processmining.models.graphbased.directed.petrinet.PetrinetEdge
getLocalID, getParent, setLocalID
-
Methods inherited from class org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge
compareTo, getGraph
-
Methods inherited from class org.processmining.models.graphbased.AbstractGraphEdge
equals, getSource, getTarget, hashCode
-
Methods inherited from class org.processmining.models.graphbased.AbstractGraphElement
getAttributeMap, getLabel, 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
-
-
-
-
Constructor Detail
-
ResetArc
public ResetArc(Place source, Transition target, java.lang.String label)
-
ResetArc
public ResetArc(Place source, Transition target, java.lang.String label, ExpandableSubNet parent)
-
ResetArc
public ResetArc(Place source, Transition target, java.lang.String label, ExpandableSubNet parent, LocalNodeID id)
-
-