Uses of Class
org.tweetyproject.logics.petri.syntax.Place
Packages that use Place
Package
Description
-
Uses of Place in org.tweetyproject.logics.bpm.analysis
Methods in org.tweetyproject.logics.bpm.analysis with parameters of type PlaceModifier and TypeMethodDescriptionDeadEndMeasure.getPlaceCulpability(Place place) Retrieve for a particular (non-final) place its local culpability for the global inconsistency A high culpability means that many tokens remain in that place with a high probability -
Uses of Place in org.tweetyproject.logics.petri.syntax
Methods in org.tweetyproject.logics.petri.syntax that return PlaceMethods in org.tweetyproject.logics.petri.syntax that return types with arguments of type PlaceMethods in org.tweetyproject.logics.petri.syntax with parameters of type PlaceModifier and TypeMethodDescriptionbooleanAdd a place to the Petri netintMethod parameters in org.tweetyproject.logics.petri.syntax with type arguments of type PlaceConstructors in org.tweetyproject.logics.petri.syntax with parameters of type PlaceModifierConstructorDescriptionArk(Place place, Transition transition) Create a new ark from a place to a transitionArk(Place place, Transition transition, int weight) Create a new ark from a place to a transition with a certain weightArk(Transition transition, Place place) Create a new ark from a transition to a placeArk(Transition transition, Place place, int weight) Create a new ark from a transition to a place with a certain weight -
Uses of Place in org.tweetyproject.logics.petri.syntax.reachability_graph
Methods in org.tweetyproject.logics.petri.syntax.reachability_graph that return types with arguments of type PlaceMethods in org.tweetyproject.logics.petri.syntax.reachability_graph with parameters of type PlaceModifier and TypeMethodDescriptionintintMarking.getTokensByPlace(Place place) Retrieve the number of tokens at the specified place at this markingbooleanvoidSpecify the number of tokens at the place at this markingConstructor parameters in org.tweetyproject.logics.petri.syntax.reachability_graph with type arguments of type Place