Class SuspendableSchedulerEntity
- java.lang.Object
-
- de.uka.ipd.sdq.simulation.abstractsimengine.SimulationElement
-
- de.uka.ipd.sdq.simulation.abstractsimengine.AbstractSimEntityDelegator
-
- de.uka.ipd.sdq.scheduler.entities.SchedulerEntity
-
- org.palladiosimulator.indirections.scheduler.scheduling.SuspendableSchedulerEntity
-
- All Implemented Interfaces:
de.uka.ipd.sdq.simulation.abstractsimengine.IEntity
- Direct Known Subclasses:
ProcessWaitingToGet
,ProcessWaitingToPut
public class SuspendableSchedulerEntity extends de.uka.ipd.sdq.scheduler.entities.SchedulerEntity
-
-
Field Summary
Fields Modifier and Type Field Description de.uka.ipd.sdq.scheduler.ISchedulableProcess
schedulableProcess
-
Constructor Summary
Constructors Modifier Constructor Description protected
SuspendableSchedulerEntity(de.uka.ipd.sdq.scheduler.SchedulerModel model, de.uka.ipd.sdq.scheduler.ISchedulableProcess schedulableProcess, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
activate()
boolean
isWaiting()
void
passivate()
-
-
-
Constructor Detail
-
SuspendableSchedulerEntity
protected SuspendableSchedulerEntity(de.uka.ipd.sdq.scheduler.SchedulerModel model, de.uka.ipd.sdq.scheduler.ISchedulableProcess schedulableProcess, String name)
-
-