Uses of Enum
org.oristool.simulator.Sequencer.SequencerEvent
Packages that use Sequencer.SequencerEvent
Package
Description
Simulator framework.
Simulation rewards.
Provides classes for the simulation of STPNs.
-
Uses of Sequencer.SequencerEvent in org.oristool.simulator
Methods in org.oristool.simulator that return Sequencer.SequencerEventModifier and TypeMethodDescriptionstatic Sequencer.SequencerEvent
Returns the enum constant of this type with the specified name.static Sequencer.SequencerEvent[]
Sequencer.SequencerEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.oristool.simulator with parameters of type Sequencer.SequencerEvent -
Uses of Sequencer.SequencerEvent in org.oristool.simulator.rewards
Methods in org.oristool.simulator.rewards with parameters of type Sequencer.SequencerEventModifier and TypeMethodDescriptionvoid
BasicReward.update
(Sequencer.SequencerEvent event) void
SymbolicPrefixReward.update
(Sequencer.SequencerEvent event) -
Uses of Sequencer.SequencerEvent in org.oristool.simulator.stpn
Methods in org.oristool.simulator.stpn with parameters of type Sequencer.SequencerEventModifier and TypeMethodDescriptionvoid
SteadyStateMarkingProbability.update
(Sequencer.SequencerEvent event) void
TransientMarkingConditionProbability.update
(Sequencer.SequencerEvent event) void
TransientMarkingProbability.update
(Sequencer.SequencerEvent event) void
TransitionAbsoluteFiringTime.update
(Sequencer.SequencerEvent event)