simulator
Class SimulatorChannel

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

public class SimulatorChannel
extends java.lang.Object

Klasse zur Simulation von Channels

Version:
1.0, 07/03/2000
Author:
Michael G?mann, Michael Nimser

Field Summary
protected  Channel progChannel
          Feld das jeder Instanz vom Typ SimulatorChannel eine Referenz auf den Channel aus dem zu simulierenden Programm zuweist
protected  java.util.ArrayList readerList
           
protected  java.util.ArrayList writerList
          Feld als Array fuer
 
Constructor Summary
protected SimulatorChannel(Channel _progChannel)
           
 
Method Summary
protected  void addReader(Transition readerTrans)
           
protected  void addWriter(Transition writerTrans)
          Methoden zum eintragen der Writers / Readers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

progChannel

protected Channel progChannel
Feld das jeder Instanz vom Typ SimulatorChannel eine Referenz auf den Channel aus dem zu simulierenden Programm zuweist

writerList

protected java.util.ArrayList writerList
Feld als Array fuer

readerList

protected java.util.ArrayList readerList
Constructor Detail

SimulatorChannel

protected SimulatorChannel(Channel _progChannel)
Method Detail

addWriter

protected void addWriter(Transition writerTrans)
Methoden zum eintragen der Writers / Readers

addReader

protected void addReader(Transition readerTrans)