Package de.uka.ipd.sdq.simulation.abstractsimengine
package de.uka.ipd.sdq.simulation.abstractsimengine
-
ClassDescriptionAbstractSimEventDelegator<E extends IEntity>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 aISimProcess
in order to receive a notification whenever the process is suspended or resumed again.ISimRunnable<E extends IEntity>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.A condition which is continuously checked over the course of a simulation run.A simplified version ofAbstractSimEntityDelegator
.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 theISimulationModel
interface.