Uses of Class
org.tweetyproject.logics.petri.syntax.reachability_graph.Marking
Packages that use Marking
Package
Description
-
Uses of Marking in org.tweetyproject.logics.petri.syntax
Methods in org.tweetyproject.logics.petri.syntax that return MarkingModifier and TypeMethodDescriptionPetriNet.getMarking()Get the marking of this graph, based on the current token distribution at the placesMethods in org.tweetyproject.logics.petri.syntax that return types with arguments of type MarkingMethods in org.tweetyproject.logics.petri.syntax with parameters of type MarkingModifier and TypeMethodDescriptionbooleanPetriNet.addInitialMarking(Marking initialMarking)add a designated initial markingbooleanCheck whether the marking is an initial markingvoidSet the state (token distribution) according to the provided marking -
Uses of Marking in org.tweetyproject.logics.petri.syntax.reachability_graph
Methods in org.tweetyproject.logics.petri.syntax.reachability_graph that return types with arguments of type MarkingModifier and TypeMethodDescriptionReachabilityGraph.getChildren(Node node)ReachabilityGraph.getComplementGraph(int selfloops)ReachabilityGraph.getInitialMarkings()Retrieve the designated initial markingsReachabilityGraph.getMarking(Marking marking)Retrieve, if present, the marking in this graph that equals the query marking in the sense that both markings describe the same token distribution over placesReachabilityGraph.getNeighbors(Marking node)ReachabilityGraph.getNodes()ReachabilityGraph.getParents(Node node)ReachabilityGraph.getRestriction(Collection<Marking> nodes)ReachabilityGraph.getStronglyConnectedComponents()ReachabilityGraph.getSubgraphs()ReachabilityGraph.iterator()Methods in org.tweetyproject.logics.petri.syntax.reachability_graph with parameters of type MarkingModifier and TypeMethodDescriptionbooleanbooleanReachabilityGraph.areAdjacent(Marking a, Marking b)intbooleancheck if this marking deeply equals that markingbooleanReachabilityGraph.existsDirectedPath(Marking node1, Marking node2)ReachabilityGraph.getMarking(Marking marking)Retrieve, if present, the marking in this graph that equals the query marking in the sense that both markings describe the same token distribution over placesReachabilityGraph.getNeighbors(Marking node)ReachabilityGraph.getOutgoing(Marking marking)For one particular marking, retrieve all outgoing edgesbooleanReachabilityGraph.hasMarking(Marking marking)Determine if the specified marking is present as a node in the graphbooleanCheck whether a marking is a designated initial markingMethod parameters in org.tweetyproject.logics.petri.syntax.reachability_graph with type arguments of type MarkingModifier and TypeMethodDescriptionbooleanReachabilityGraph.add(GeneralEdge<Marking> edge)ReachabilityGraph.getRestriction(Collection<Marking> nodes)Constructors in org.tweetyproject.logics.petri.syntax.reachability_graph with parameters of type MarkingModifierConstructorDescriptionMarkingEdge(Marking from, Marking to, Transition transition)Create a new instance