desmoj
Class ExternalEventTraceOn

java.lang.Object
desmoj.NamedObject
desmoj.ModelComponent
desmoj.Schedulable
desmoj.Event
desmoj.ExternalEvent
desmoj.ExternalEventTraceOn
- public class ExternalEventTraceOn
- extends ExternalEvent
External event switching on the trace output for the experiment.
The messagemanager's channel for tracenotes is switched on to forward
tracenotes to the configured Output.
- Version:
- DESMO-J, Ver. 1.5 copyright (c) 2001 licensed under GNU GPL
|
Constructor Summary |
ExternalEventTraceOn(Model owner,
boolean showInTrace)
Creates the external event to start the trace output for an experiment. |
|
Method Summary |
void |
eventRoutine()
Switches the messagemanager's trace note channel on to forward
tracenotes 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 |
ExternalEventTraceOn
public ExternalEventTraceOn(Model owner,
boolean showInTrace)
- Creates the external event to start the trace output for an experiment.
eventRoutine
public void eventRoutine()
- Switches the messagemanager's trace note channel on to forward
tracenotes to the configured output.
- Specified by:
eventRoutine in class ExternalEvent