simulator
Class SimulatorDebugMsg

java.lang.Object
  |
  +--simulator.SimulatorDebugMsg

public class SimulatorDebugMsg
extends java.lang.Object

Klasse zur Modellierung einer Debugmeldung

Author:
Michael Goemann

Field Summary
protected  int debugLvl
          Ausgabe ab welchem Debuglevel ?
protected  java.lang.String msg
          auszugebende Meldung
 
Constructor Summary
protected SimulatorDebugMsg(java.lang.String _msg, int _debugLvl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debugLvl

protected int debugLvl
Ausgabe ab welchem Debuglevel ?

msg

protected java.lang.String msg
auszugebende Meldung
Constructor Detail

SimulatorDebugMsg

protected SimulatorDebugMsg(java.lang.String _msg,
                            int _debugLvl)