Class SSJEntity
- java.lang.Object
-
- org.palladiosimulator.simulation.abstractsimengine.ssj.SSJEntity
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanisScheduledprotected umontreal.ssj.simevents.EventnextEventForThisEntity
-
Constructor Summary
Constructors Constructor Description SSJEntity(AbstractSimEntityDelegator entity, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IEntitygetEncapsulatedEntity()booleanisScheduled()voidreschedule(double d)
-
-
-
Constructor Detail
-
SSJEntity
public SSJEntity(AbstractSimEntityDelegator entity, String name)
-
-
Method Detail
-
getEncapsulatedEntity
public IEntity getEncapsulatedEntity()
-
isScheduled
public boolean isScheduled()
- Specified by:
isScheduledin interfaceIEntity
-
reschedule
public void reschedule(double d)
- Specified by:
reschedulein interfaceIEntity
-
-