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