org.processmining.models.graphbased.directed.petrinet.elements
Class InhibitorArc
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.InhibitorArc
- 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 InhibitorArc
- extends PetrinetEdge<Place,Transition>
Fields inherited from class org.processmining.models.graphbased.AbstractGraphEdge |
hash, source, target |
Methods inherited from class org.processmining.models.graphbased.directed.petrinet.PetrinetEdge |
getParent |
Methods inherited from class org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge |
compareTo, getGraph |
Methods inherited from class org.processmining.models.graphbased.AbstractGraphEdge |
equals, hashCode |
Methods inherited from class org.processmining.models.graphbased.AbstractGraphElement |
getAttributeMap, getLabel, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner |
getAttributeMap |
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphElement |
equals, getLabel, hashCode |
InhibitorArc
public InhibitorArc(Place source,
Transition target,
java.lang.String label)
InhibitorArc
public InhibitorArc(Place source,
Transition target,
java.lang.String label,
ExpandableSubNet parent)