Class NullEntity
- java.lang.Object
-
- de.uka.ipd.sdq.simulation.abstractsimengine.NullEntity
-
-
Constructor Summary
Constructors Constructor Description NullEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisScheduled()voidreschedule(double delay)
-
-
-
Method Detail
-
isScheduled
public boolean isScheduled()
- Specified by:
isScheduledin interfaceIEntity
-
reschedule
public void reschedule(double delay)
- Specified by:
reschedulein interfaceIEntity
-
-