Class SSJEntity
java.lang.Object
org.palladiosimulator.simulation.abstractsimengine.ssj.SSJEntity
- All Implemented Interfaces:
IEntity
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected umontreal.ssj.simevents.Event
-
Constructor Summary
-
Method Summary
-
Field Details
-
isScheduled
protected boolean isScheduled -
nextEventForThisEntity
protected umontreal.ssj.simevents.Event nextEventForThisEntity
-
-
Constructor Details
-
SSJEntity
-
-
Method Details
-
getEncapsulatedEntity
-
isScheduled
public boolean isScheduled()- Specified by:
isScheduled
in interfaceIEntity
-
reschedule
public void reschedule(double d) - Specified by:
reschedule
in interfaceIEntity
-