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 boolean
isScheduled()
void
reschedule(double delay)
-
-
-
Method Detail
-
isScheduled
public boolean isScheduled()
- Specified by:
isScheduled
in interfaceIEntity
-
reschedule
public void reschedule(double delay)
- Specified by:
reschedule
in interfaceIEntity
-
-