Uses of Class
org.oristool.petrinet.InhibitorArc
-
Uses of InhibitorArc in org.oristool.petrinet
Modifier and TypeMethodDescriptionPetriNet.addInhibitorArc
(Place p, Transition t) Adds an inhibitor arc with multiplicity 1.PetriNet.addInhibitorArc
(Place p, Transition t, int multiplicity) Adds an inhibitor arc with given multiplicity.PetriNet.getInhibitorArc
(Place p, Transition t) Returns the existing inhibitor arc between a place and a transition.PetriNet.removeInhibitorArc
(InhibitorArc ia) Removes the existing inhibitor arc between a place and a transition.Modifier and TypeMethodDescriptionPetriNet.getInhibitorArcs
(Transition t) Gets all the inhibitor arcs of a transition.Modifier and TypeMethodDescriptionPetriNet.removeInhibitorArc
(InhibitorArc ia) Removes the existing inhibitor arc between a place and a transition.