org.lucci.madhoc.network
Class ComputerUnit

java.lang.Object
  extended by org.lucci.madhoc.network.ComputerUnit
All Implemented Interfaces:
Configurable
Direct Known Subclasses:
ComputationalUnit, NetworkingUnit

public abstract class ComputerUnit
extends java.lang.Object
implements Configurable

Author:
luc.hogie

Constructor Summary
ComputerUnit()
           
 
Method Summary
 Station getStation()
           
 void setStation(Station node)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.lucci.madhoc.simulation.Configurable
configure
 

Constructor Detail

ComputerUnit

public ComputerUnit()
Method Detail

getStation

public Station getStation()

setStation

public void setStation(Station node)