Uses of Interface
org.oristool.simulator.SequencerObserver
Package
Description
Simulator framework.
Simulation rewards.
Provides classes for the simulation of STPNs.
-
Uses of SequencerObserver in org.oristool.simulator
Modifier 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
Modifier 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
Modifier 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.