desmoj
Class ExternalEventDebugOff

java.lang.Object
desmoj.NamedObject
desmoj.ModelComponent
desmoj.Schedulable
desmoj.Event
desmoj.ExternalEvent
desmoj.ExternalEventDebugOff
- public class ExternalEventDebugOff
- extends ExternalEvent
External event switching off the debug output for the experiment.
The messagemanager's channel for debugnotes is switched off to stop
forwarding debugnotes to the configured Output.
- Version:
- DESMO-J, Ver. 1.5 copyright (c) 2001 licensed under GNU GPL
|
Constructor Summary |
ExternalEventDebugOff(Model owner,
boolean showInTrace)
Creates the external event to stop the debug output for an experiment. |
|
Method Summary |
void |
eventRoutine()
Switches the messagemanager's debug note channel off to stop forwarding
debugnotes to the configured output. |
| Methods inherited from class desmoj.Schedulable |
cancel, getEventNote, isCurrent, isScheduled, nextEntity, nextEvent, nextSchedulable, removeEventNote, rename, reSchedule, scheduledAt, setEventNote |
| Methods inherited from class desmoj.ModelComponent |
current, currentEntity, currentEvent, currentModel, currentSimProcess, currentTime, debugIsOn, debugOff, debugOn, epsilon, getModel, isExperimentCompatible, isModelCompatible, sendDebugNote, sendMessage, sendTraceNote, sendWarning, setOwner, skipTraceNote, skipTraceNote, traceIsOn, traceOff, traceOn |
ExternalEventDebugOff
public ExternalEventDebugOff(Model owner,
boolean showInTrace)
- Creates the external event to stop the debug output for an experiment.
eventRoutine
public void eventRoutine()
- Switches the messagemanager's debug note channel off to stop forwarding
debugnotes to the configured output.
- Specified by:
eventRoutine in class ExternalEvent