All Classes and Interfaces
Class
Description
Helper class for the extension point
de.uka.ipd.sdq.simulation.abstractsimengine.engine
("Abstract Simulation Engine").Helper class for working with the Eclipse extension point mechanism.
An entity represents an object of the real-world system under simulation.
A simulated event, which can be scheduled to occur at a specific point in time in the simulated
future.
A simulated process, which executes a sequence of actions as specified by the
lifeCycle
method.This listener can be registered with a
ISimProcess
in order to receive a notification
whenever the process is suspended or resumed again.This interface captures a runnable which is triggered by a simulation event.
This interface provides low level controls for the running simulation.
The simulated model is the central class of a discrete-event system simulator.
This interface provides capabilities to access the current simulation time.
Enumeration of all process states (in analogy to process states of any operating system)
A condition which is continuously checked over the course of a simulation run.
A simplified version of
AbstractSimEntityDelegator
.A simulation element is a named object which is a part of the simulation model and, as such,
needs access to the implementation class of the
ISimulationModel
interface.Simulation Process implementation for SSJ