Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

desmoj
Class ExternalEventDebugOff  view ExternalEventDebugOff download ExternalEventDebugOff.java

java.lang.Object
  extended bydesmoj.NamedObject
      extended bydesmoj.ModelComponent
          extended bydesmoj.Schedulable
              extended bydesmoj.Event
                  extended bydesmoj.ExternalEvent
                      extended bydesmoj.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

Field Summary
 
Fields inherited from class desmoj.Schedulable
myNote
 
Fields inherited from class desmoj.ModelComponent
 
Fields inherited from class desmoj.NamedObject
 
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.ExternalEvent
eventRoutine, schedule, scheduleAfter, scheduleBefore
 
Methods inherited from class desmoj.Event
isExternal, schedule, scheduleAfter, scheduleBefore
 
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
 
Methods inherited from class desmoj.NamedObject
getName, getQuotedName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExternalEventDebugOff

public ExternalEventDebugOff(Model owner,
                             boolean showInTrace)
Creates the external event to stop the debug output for an experiment.

Method Detail

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