simulator
Class SimulatorIntValue

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

public class SimulatorIntValue
extends SimulatorValue

Klasse zur Darstellung einer Integer Variablen in dem Simulator

Author:
Michael Goemann

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

Field Detail

value

protected int value
Integer Instanzfeld , f?r den Wert der Variablen.
Constructor Detail

SimulatorIntValue

protected SimulatorIntValue(int _value)