Uses of Class
org.oristool.petrinet.InhibitorArc
Packages that use InhibitorArc
-
Uses of InhibitorArc in org.oristool.petrinet
Methods in org.oristool.petrinet that return InhibitorArcModifier 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.Methods in org.oristool.petrinet that return types with arguments of type InhibitorArcModifier and TypeMethodDescriptionPetriNet.getInhibitorArcs
(Transition t) Gets all the inhibitor arcs of a transition.Methods in org.oristool.petrinet with parameters of type InhibitorArcModifier and TypeMethodDescriptionPetriNet.removeInhibitorArc
(InhibitorArc ia) Removes the existing inhibitor arc between a place and a transition.