Uses of Class
org.oristool.analyzer.state.State
Package
Description
General framework for state space exploration.
Provides classes for the representation of state spaces.
Generic state representation.
Stop conditions for state space exploration.
Analysis of Petri nets.
Analysis of MRPs under enabling restriction.
Calculus of stochastic state classes.
Analysis of TPNs.
Simulator framework.
Provides classes for the simulation of STPNs.
-
Uses of State in org.oristool.analyzer
Modifier and TypeMethodDescriptionSuccessionEvaluator.computeSuccession
(M model, State state, E event) EnabledEventsBuilder.getEnabledEvents
(M model, State state) void
void
ModifierConstructorDescriptionCreates an analyzer that will use the objects provided by the given factory to analyze a model from some initial state.Succession
(State parent, Event event, State child) Creates a succession from parent to child. -
Uses of State in org.oristool.analyzer.graph
Modifier and TypeMethodDescriptionSuccessionGraph.modifyStates
(UnaryOperator<State> stateChange) Modifies this graph by applying a function to each state. -
Uses of State in org.oristool.analyzer.state
-
Uses of State in org.oristool.analyzer.stop
-
Uses of State in org.oristool.models.pn
Modifier and TypeMethodDescriptionstatic State
InitialPetriStateBuilder.computeInitialState
(PetriNet petriNet, Marking initialMarking) static State
InitialPetriStateBuilder.computeInitialState
(PetriNet pn, Marking initialMarking, boolean checkNewlyEnabled) Builds an initialState
instance from a marking.Modifier and TypeMethodDescriptionPetriSuccessionEvaluator.computeSuccession
(PetriNet petriNet, State state, Transition fired) -
Uses of State in org.oristool.models.stpn.onegen
-
Uses of State in org.oristool.models.stpn.trees
Modifier and TypeMethodDescriptionDeterministicEnablingStateBuilder.build
(DeterministicEnablingState s) Builds an initialState
instance from aDeterministicEnablingState
.DeterministicEnablingTimedStateBuilder.build
(DeterministicEnablingState s) Modifier and TypeMethodDescriptionStochasticSuccessionEvaluator.computeSuccession
(PetriNet petriNet, State state, Transition fired) -
Uses of State in org.oristool.models.tpn
Modifier and TypeMethodDescriptionTimedComponentsFactory.buildInitialState
(PetriNet pn, Marking initialMarking) Builds an initialState
instance from a marking.InitialTimedStateBuilder.computeInitialState
(PetriNet pn, Marking initialMarking) Builds an initialState
instance from a marking.Modifier and TypeMethodDescriptionTimedSuccessionEvaluator.computeSuccession
(PetriNet petriNet, State state, Transition fired) -
Uses of State in org.oristool.simulator
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionSimulatorSuccessorEvaluator.computeSuccessor
(PetriNet petriNet, State state, Transition fired) -
Uses of State in org.oristool.simulator.stpn
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionSimulatorSTPNSuccessorEvaluator.computeSuccessor
(PetriNet petriNet, State state, Transition fired)