split
Class Logica

java.lang.Object
  extended by split.Logica

 class Logica
extends java.lang.Object

Realizza il comportamento di Split, usando i tre driver dei porti.

Author:
Carlo Montangero

Constructor Summary
Logica(IDriverIn in, IDriverOut outL, IDriverOut outU)
           
 
Method Summary
(package private)  void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logica

Logica(IDriverIn in,
       IDriverOut outL,
       IDriverOut outU)
Parameters:
in - driver del porto in
outL - driver del porto outL
outU - driver del porto outL
Method Detail

run

void run()
   throws java.io.IOException
Throws:
java.io.IOException