Uses of Class
org.oristool.analyzer.graph.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
-
Uses of SuccessionGraph in org.oristool.analyzer.graph
Modifier 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
Modifier and TypeMethodDescriptionstatic void
SuccessionGraphViewer.show
(SuccessionGraph graph) Displays the graph in a JFrame. -
Uses of SuccessionGraph in org.oristool.models.tpn
Modifier and TypeMethodDescriptionRuns this analysis on a given Petri net from an initial marking.