Uses of Class
org.oristool.analyzer.state.State
Packages that use 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
Methods in org.oristool.analyzer that return StateMethods in org.oristool.analyzer with parameters of type StateModifier and TypeMethodDescriptionSuccessionEvaluator.computeSuccession
(M model, State state, E event) EnabledEventsBuilder.getEnabledEvents
(M model, State state) void
void
Constructors in org.oristool.analyzer with parameters of type StateModifierConstructorDescriptionCreates 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
Methods in org.oristool.analyzer.graph that return StateMethods in org.oristool.analyzer.graph that return types with arguments of type StateMethods in org.oristool.analyzer.graph with parameters of type StateMethod parameters in org.oristool.analyzer.graph with type arguments of type StateModifier and TypeMethodDescriptionSuccessionGraph.modifyStates
(UnaryOperator<State> stateChange) Modifies this graph by applying a function to each state. -
Uses of State in org.oristool.analyzer.state
Methods in org.oristool.analyzer.state that return State -
Uses of State in org.oristool.analyzer.stop
Constructor parameters in org.oristool.analyzer.stop with type arguments of type State -
Uses of State in org.oristool.models.pn
Methods in org.oristool.models.pn that return StateModifier 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.Methods in org.oristool.models.pn with parameters of type StateModifier and TypeMethodDescriptionPetriSuccessionEvaluator.computeSuccession
(PetriNet petriNet, State state, Transition fired) -
Uses of State in org.oristool.models.stpn.onegen
Methods in org.oristool.models.stpn.onegen that return StateConstructors in org.oristool.models.stpn.onegen with parameters of type State -
Uses of State in org.oristool.models.stpn.trees
Methods in org.oristool.models.stpn.trees that return StateModifier and TypeMethodDescriptionDeterministicEnablingStateBuilder.build
(DeterministicEnablingState s) Builds an initialState
instance from aDeterministicEnablingState
.DeterministicEnablingTimedStateBuilder.build
(DeterministicEnablingState s) Methods in org.oristool.models.stpn.trees with parameters of type StateModifier and TypeMethodDescriptionStochasticSuccessionEvaluator.computeSuccession
(PetriNet petriNet, State state, Transition fired) -
Uses of State in org.oristool.models.tpn
Methods in org.oristool.models.tpn that return StateModifier 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.Methods in org.oristool.models.tpn with parameters of type StateModifier and TypeMethodDescriptionTimedSuccessionEvaluator.computeSuccession
(PetriNet petriNet, State state, Transition fired) -
Uses of State in org.oristool.simulator
Methods in org.oristool.simulator that return StateModifier and TypeMethodDescriptionMethods in org.oristool.simulator with parameters of type StateModifier and TypeMethodDescriptionSimulatorSuccessorEvaluator.computeSuccessor
(PetriNet petriNet, State state, Transition fired) -
Uses of State in org.oristool.simulator.stpn
Methods in org.oristool.simulator.stpn that return StateModifier and TypeMethodDescriptionMethods in org.oristool.simulator.stpn with parameters of type StateModifier and TypeMethodDescriptionSimulatorSTPNSuccessorEvaluator.computeSuccessor
(PetriNet petriNet, State state, Transition fired)