Uses of Interface
org.oristool.models.Engine
Packages that use Engine
Package
Description
Analysis of GSPNs.
Reachability analysis in GSPNs.
Analysis of MRPs under enabling restriction.
Steady-state analysis of MRPs.
Transient analysis of MRPs and GSMPs.
Analysis of TPNs.
-
Uses of Engine in org.oristool.models.gspn
Classes in org.oristool.models.gspn that implement EngineModifier and TypeClassDescriptionclassComputes the stationary distribution for the underlying CTMC of a GSPN.classComputes transient probabilities for the underlying CTMC of a GSPN. -
Uses of Engine in org.oristool.models.gspn.reachability
Classes in org.oristool.models.gspn.reachability that implement EngineModifier and TypeClassDescriptionclassComputes the graph of tangible markings reachable in a GSPN. -
Uses of Engine in org.oristool.models.stpn.onegen
Classes in org.oristool.models.stpn.onegen that implement EngineModifier and TypeClassDescriptionclassTransient analysis of STPNs with at most one general transition enabled in each state. -
Uses of Engine in org.oristool.models.stpn.steady
Classes in org.oristool.models.stpn.steady that implement EngineModifier and TypeClassDescriptionclassSteady-state analysis of STPNs using trees of stochastic state classes between regenerations. -
Uses of Engine in org.oristool.models.stpn.trans
Classes in org.oristool.models.stpn.trans that implement EngineModifier and TypeClassDescriptionclassTransient analysis of STPNs using trees of stochastic state classes between regenerations.classTransient analysis of STPNs using a single tree of stochastic state classes. -
Uses of Engine in org.oristool.models.tpn
Classes in org.oristool.models.tpn that implement EngineModifier and TypeClassDescriptionclassState-class graph builder for time Petri nets.