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 TypeMethodDescriptionvoidSequencer.addCurrentRunObserver(SequencerObserver observer) Adds an observer of the current simulation run.voidSequencer.addObserver(SequencerObserver observer) Adds an observer of the simulation.voidSequencer.removeCurrentRunObserver(SequencerObserver observer) Removes an observer of the current simulation run.voidSequencer.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 TypeClassDescriptionclassA reward implementation for generic time.final classReward 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 classReward estimating the steady-state probability of a marking.final classReward estimating the transient probability of a marking condition.final classReward estimating the transient probability of a marking.final classReward estimating the absolute time of a transition firing.