Uses of Class
org.oristool.analyzer.graph.SuccessionGraph
Packages that use SuccessionGraph
Package
Description
General framework for state space exploration.
Provides classes for the representation of state spaces.
Calculus of stochastic state classes.
Analysis of TPNs.
-
Uses of SuccessionGraph in org.oristool.analyzer
Methods in org.oristool.analyzer that return SuccessionGraph -
Uses of SuccessionGraph in org.oristool.analyzer.graph
Methods in org.oristool.analyzer.graph that return SuccessionGraphModifier and TypeMethodDescriptionSuccessionGraph.modifyStates
(UnaryOperator<State> stateChange) Modifies this graph by applying a function to each state. -
Uses of SuccessionGraph in org.oristool.models.stpn.trees
Methods in org.oristool.models.stpn.trees with parameters of type SuccessionGraphModifier and TypeMethodDescriptionstatic void
SuccessionGraphViewer.show
(SuccessionGraph graph) Displays the graph in a JFrame.Constructors in org.oristool.models.stpn.trees with parameters of type SuccessionGraph -
Uses of SuccessionGraph in org.oristool.models.tpn
Methods in org.oristool.models.tpn that return SuccessionGraphModifier and TypeMethodDescriptionRuns this analysis on a given Petri net from an initial marking.