Uses of Class
org.oristool.petrinet.Place
Packages that use Place
Package
Description
Analysis of Petri nets.
Petri net representation.
-
Uses of Place in org.oristool.models.pn
Methods in org.oristool.models.pn with parameters of type PlaceConstructors in org.oristool.models.pn with parameters of type Place -
Uses of Place in org.oristool.petrinet
Methods in org.oristool.petrinet that return PlaceModifier and TypeMethodDescriptionAdds a place to the Petri net.InhibitorArc.getPlace()
Returns the inhibitor place.Gets an existing place with the given name.Postcondition.getPlace()
Returns the output place of this postcondition.Precondition.getPlace()
Returns the input place of this precondition.PetriNet.removePlace
(Place p) Removes an existing place.Methods in org.oristool.petrinet that return types with arguments of type PlaceMethods in org.oristool.petrinet with parameters of type PlaceModifier 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.addPostcondition
(Transition t, Place p) Adds a postcondition with multiplicity 1.PetriNet.addPostcondition
(Transition t, Place p, int multiplicity) Adds a postcondition with given multiplicity.PetriNet.addPrecondition
(Place p, Transition t) Adds a precondition with multiplicity 1.PetriNet.addPrecondition
(Place p, Transition t, int multiplicity) Adds a precondition with given multiplicity.void
Adds a specified number of tokens in a place.PetriNet.getInhibitorArc
(Place p, Transition t) Returns the existing inhibitor arc between a place and a transition.PetriNet.getPostcondition
(Transition t, Place p) Returns the existing postcondition between a place and a transition.PetriNet.getPrecondition
(Place p, Transition t) Returns the existing precondition between a place and a transition.int
Returns the number of tokens in a place.PetriNet.removePlace
(Place p) Removes an existing place.void
Marking.removeTokens
(Place place, int number) Removes a specified number of tokens from a place.void
Sets the number of tokens of a place.