Uses of Class
org.tweetyproject.logics.petri.syntax.reachability_graph.MarkingEdge
Packages that use MarkingEdge
-
Uses of MarkingEdge in org.tweetyproject.logics.petri.syntax.reachability_graph
Methods 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 TypeMethodDescriptionbooleanReachabilityGraph.add(MarkingEdge edge)add a marking edge to this graphintMarkingEdge.compareTo(MarkingEdge that)Method parameters in org.tweetyproject.logics.petri.syntax.reachability_graph with type arguments of type MarkingEdgeModifier and TypeMethodDescriptionvoidReachabilityGraph.setProbabilityFunction(ProbabilityFunction<MarkingEdge> probabilityFunction)sets the probability function of this graph