trz.gaia.rna
Class CellulaTest

java.lang.Object
  |
  +--trz.gaia.AbstractCellula
        |
        +--trz.gaia.rna.CellulaBase
              |
              +--trz.gaia.rna.CellulaTest

public class CellulaTest
extends CellulaBase

Classe di test


Fields inherited from class trz.gaia.AbstractCellula
cellulaListener, pcktListener, routeListener
 
Constructor Summary
CellulaTest(java.lang.String nome)
          Apre una con con la cellula specificata
 
Method Summary
protected  void chiudiRandom()
           
protected  void controllaAggregazione()
           
protected  void controllaConnessioni()
           
 void esegui()
          Il metodo che viene chiamato ad ogni tick
protected  void gestisciMsg()
           
protected  void inviaMsg()
           
protected  void leggiMsg()
           
 
Methods inherited from class trz.gaia.rna.CellulaBase
accetta, apriConnessione, chiudiConnessione, chiudiConnessione, crash, entra, esci, notifyRouteListener, sendPacket, toString
 
Methods inherited from class trz.gaia.AbstractCellula
addCellulaChangedListener, addPacketListener, addRouteListener, getNome, notifyCellulaChangedListener, notifyPacketListener, removeCellulaChangedListener, removePacketListener, removeRouteListener, setNome
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CellulaTest

public CellulaTest(java.lang.String nome)
Apre una con con la cellula specificata
Method Detail

esegui

public void esegui()
Il metodo che viene chiamato ad ogni tick
Overrides:
esegui in class CellulaBase

controllaConnessioni

protected void controllaConnessioni()

controllaAggregazione

protected void controllaAggregazione()

chiudiRandom

protected void chiudiRandom()

gestisciMsg

protected void gestisciMsg()
                    throws java.io.IOException

leggiMsg

protected void leggiMsg()
                 throws java.io.IOException

inviaMsg

protected void inviaMsg()
                 throws java.io.IOException