Uses of Interface
org.oristool.models.gspn.chains.CTMCState
Package
Description
Analysis of Markov chains.
Reachability analysis in GSPNs.
Analysis of MRPs under enabling restriction.
-
Uses of CTMCState in org.oristool.models.gspn.chains
Modifier and TypeClassDescriptionclass
CTMCStationary<M,
S extends CTMCState<M>> Computation of the stationary distribution of a CTMC.static class
CTMCStationary.Builder<M,
S extends CTMCState<M>> class
CTMCTransient<M,
S extends CTMCState<M>> Computation of the transient probabilities of a CTMC.static class
CTMCTransient.Builder<M,
S extends CTMCState<M>> Modifier and TypeMethodDescriptionstatic <M,
S extends CTMCState<M>>
CTMCStationary.Builder<M,S> CTMCStationary.builder()
Creates a builder for analysis configurations (with default values).static <M,
S extends CTMCState<M>>
CTMCTransient.Builder<M,S> CTMCTransient.builder()
Creates a builder for analysis configurations (with default values). -
Uses of CTMCState in org.oristool.models.gspn.reachability
Modifier and TypeClassDescriptionfinal class
A GSPN state, including a sojourn rate and a marking. -
Uses of CTMCState in org.oristool.models.stpn.onegen
Modifier and TypeClassDescriptionclass
CTMC state with reference to a node in the succession graph.