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

public abstract class AbstractSimEntityDelegator extends SimulationElement implements IEntity
See Also:
  • Field Details

    • delegate

      protected final IEntity delegate
      the delegate has the simulation-library-specific knowledge of how entities are handled.
  • Constructor Details

  • Method Details

    • isScheduled

      public boolean isScheduled()
      Specified by:
      isScheduled in interface IEntity
    • reschedule

      public void reschedule(double d)
      Specified by:
      reschedule in interface IEntity
    • getEncapsulatedEntity

      public IEntity getEncapsulatedEntity()