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.SequencerEventReturns 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 TypeMethodDescriptionvoidBasicReward.update(Sequencer.SequencerEvent event) voidSymbolicPrefixReward.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 TypeMethodDescriptionvoidSteadyStateMarkingProbability.update(Sequencer.SequencerEvent event) voidTransientMarkingConditionProbability.update(Sequencer.SequencerEvent event) voidTransientMarkingProbability.update(Sequencer.SequencerEvent event) voidTransitionAbsoluteFiringTime.update(Sequencer.SequencerEvent event)