Class AbstractSimEntityDelegator
java.lang.Object
de.uka.ipd.sdq.simulation.abstractsimengine.SimulationElement
de.uka.ipd.sdq.simulation.abstractsimengine.AbstractSimEntityDelegator
- Type Parameters:
M
- the type of the simulation model
- All Implemented Interfaces:
IEntity
- Direct Known Subclasses:
AbstractSimProcessDelegator
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final IEntity
the delegate has the simulation-library-specific knowledge of how entities are handled. -
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractSimEntityDelegator
(ISimulationModel model, String name) -
Method Summary
Methods inherited from class de.uka.ipd.sdq.simulation.abstractsimengine.SimulationElement
getModel, getName
-
Field Details
-
delegate
the delegate has the simulation-library-specific knowledge of how entities are handled.
-
-
Constructor Details
-
AbstractSimEntityDelegator
-
-
Method Details
-
isScheduled
public boolean isScheduled()- Specified by:
isScheduled
in interfaceIEntity
-
reschedule
public void reschedule(double d) - Specified by:
reschedule
in interfaceIEntity
-
getEncapsulatedEntity
-