jist.swans.misc
Class Node

java.lang.Object
  extended by jist.swans.misc.Node

public class Node
extends java.lang.Object


Field Summary
protected  MacInterface mac
           
protected  MacInterface macEntity
           
protected  NetInterface net
           
protected  NetInterface netEntity
           
protected  RadioInterface radio
           
protected  RadioInterface radioEntity
           
protected  RouteInterface route
           
protected  RouteInterface routeEntity
           
protected  TransInterface trans
           
protected  TransInterface transEntity
           
 
Constructor Summary
Node()
           
 
Method Summary
 void addApplication()
           
 void addMac(MacInterface mac)
           
 void addMobility()
           
 void addNetwork(NetInterface net)
           
 void addRadio(RadioInterface radio)
           
 void addRouting(RouteInterface route)
           
 void addTransport(TransInterface trans)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

radio

protected RadioInterface radio

radioEntity

protected RadioInterface radioEntity

trans

protected TransInterface trans

transEntity

protected TransInterface transEntity

net

protected NetInterface net

netEntity

protected NetInterface netEntity

route

protected RouteInterface route

routeEntity

protected RouteInterface routeEntity

mac

protected MacInterface mac

macEntity

protected MacInterface macEntity
Constructor Detail

Node

public Node()
Method Detail

addApplication

public void addApplication()

addTransport

public void addTransport(TransInterface trans)

addNetwork

public void addNetwork(NetInterface net)

addRouting

public void addRouting(RouteInterface route)

addMac

public void addMac(MacInterface mac)

addRadio

public void addRadio(RadioInterface radio)

addMobility

public void addMobility()