Uses of Interface
org.oristool.simulator.SequencerObserver
Packages that use SequencerObserver
Package
Description
Simulator framework.
Simulation rewards.
Provides classes for the simulation of STPNs.
-
Uses of SequencerObserver in org.oristool.simulator
Methods in org.oristool.simulator with parameters of type SequencerObserverModifier and TypeMethodDescriptionvoid
Sequencer.addCurrentRunObserver
(SequencerObserver observer) Adds an observer of the current simulation run.void
Sequencer.addObserver
(SequencerObserver observer) Adds an observer of the simulation.void
Sequencer.removeCurrentRunObserver
(SequencerObserver observer) Removes an observer of the current simulation run.void
Sequencer.removeObserver
(SequencerObserver observer) Removes an observer of the simulation. -
Uses of SequencerObserver in org.oristool.simulator.rewards
Subinterfaces of SequencerObserver in org.oristool.simulator.rewardsClasses in org.oristool.simulator.rewards that implement SequencerObserverModifier and TypeClassDescriptionclass
A reward implementation for generic time.final class
Reward tracking the occurrence of a sequence of event firings from the initial state. -
Uses of SequencerObserver in org.oristool.simulator.stpn
Classes in org.oristool.simulator.stpn that implement SequencerObserverModifier and TypeClassDescriptionfinal class
Reward estimating the steady-state probability of a marking.final class
Reward estimating the transient probability of a marking condition.final class
Reward estimating the transient probability of a marking.final class
Reward estimating the absolute time of a transition firing.