simulator
Class SimulatorBoolValue

java.lang.Object
  |
  +--simulator.SimulatorValue
        |
        +--simulator.SimulatorBoolValue

public class SimulatorBoolValue
extends SimulatorValue

Klasse zur Darstellung einer booleschen Variablen in dem Simulator

Author:
Michael Nimser Goemann

Field Summary
protected  boolean value
          Boolesches Instanzfeld , f?r den Wert der Variablen.
 
Constructor Summary
protected SimulatorBoolValue(boolean _value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected boolean value
Boolesches Instanzfeld , f?r den Wert der Variablen.
Constructor Detail

SimulatorBoolValue

protected SimulatorBoolValue(boolean _value)