public class ReconfigurationProcess
extends de.uka.ipd.sdq.simucomframework.SimuComSimProcess
SimuComSimProcess implementation which is responsible for executing reconfigurations
during Simulizar runs.Reconfigurator,
IReconfigurator| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
appendReconfigurationNotification(Notification notification)
Appends the given notification about model change due to a reconfiguration that takes place.
|
void |
reschedule(double d) |
addTerminatedObserver, fireTerminated, getCurrentSessionId, getModel, getPriority, getRequestContext, getRootProcess, getSimProcessStatus, hold, isFinished, lifeCycle, notifyResuming, notifySuspending, notifyTerminated, removeTerminatedObserver, setPriority, timeoutaddProcessListener, getId, getRawId, isTerminated, passivate, passivate, removeProcessListener, scheduleAtgetEncapsulatedEntity, isScheduledpublic void appendReconfigurationNotification(Notification notification)
notification - A Notification that describe model changes due to reconfiguration.public void activate()
activate in interface de.uka.ipd.sdq.scheduler.ISchedulableProcessactivate in class de.uka.ipd.sdq.simucomframework.SimuComSimProcesspublic void reschedule(double d)
reschedule in interface de.uka.ipd.sdq.simulation.abstractsimengine.IEntityreschedule in class de.uka.ipd.sdq.simulation.abstractsimengine.AbstractSimEntityDelegator