Uses of Class
org.tweetyproject.logics.petri.syntax.reachability_graph.MarkingEdge
Packages that use MarkingEdge
Package
Description
-
Uses of MarkingEdge in org.tweetyproject.logics.petri.plotting
Subclasses with type arguments of type MarkingEdge in org.tweetyproject.logics.petri.plottingModifier and TypeClassDescriptionclass
This class is for displaying instances of the ReachabilityGraph class graphically -
Uses of MarkingEdge in org.tweetyproject.logics.petri.syntax.reachability_graph
Classes in org.tweetyproject.logics.petri.syntax.reachability_graph that implement interfaces with type arguments of type MarkingEdgeMethods in org.tweetyproject.logics.petri.syntax.reachability_graph that return types with arguments of type MarkingEdgeModifier and TypeMethodDescriptionReachabilityGraph.getEdges()
ReachabilityGraph.getOutgoing
(Marking marking) For one particular marking, retrieve all outgoing edgesReachabilityGraph.getProbabilityFunction()
the probability function of this graph, which is null for defaultMethods in org.tweetyproject.logics.petri.syntax.reachability_graph with parameters of type MarkingEdgeModifier and TypeMethodDescriptionboolean
ReachabilityGraph.add
(MarkingEdge edge) add a marking edge to this graphint
MarkingEdge.compareTo
(MarkingEdge that) Method parameters in org.tweetyproject.logics.petri.syntax.reachability_graph with type arguments of type MarkingEdgeModifier and TypeMethodDescriptionvoid
ReachabilityGraph.setProbabilityFunction
(ProbabilityFunction<MarkingEdge> probabilityFunction) sets the probability function of this graph