Uses of Class
at.jku.fim.datalinksimulation.networkstack.NetworkStack

Packages that use NetworkStack
at.jku.fim.datalinksimulation.genericdevices   
at.jku.fim.datalinksimulation.layer7   
at.jku.fim.datalinksimulation.layer7.networkdevice   
 

Uses of NetworkStack in at.jku.fim.datalinksimulation.genericdevices
 

Fields in at.jku.fim.datalinksimulation.genericdevices declared as NetworkStack
protected  NetworkStack NetworkStation.networkStack
          Internal network stack reference
protected  NetworkStack InterlinkingDevice.networkStack
          each interlinking device has it's own network stack
 

Methods in at.jku.fim.datalinksimulation.genericdevices that return NetworkStack
 NetworkStack NetworkStation.getNetworkStack()
           
 

Uses of NetworkStack in at.jku.fim.datalinksimulation.layer7
 

Fields in at.jku.fim.datalinksimulation.layer7 declared as NetworkStack
protected  NetworkStack Application.networkStackReference
           
 

Methods in at.jku.fim.datalinksimulation.layer7 that return NetworkStack
 NetworkStack Application.getNetworkStack()
           
 

Methods in at.jku.fim.datalinksimulation.layer7 with parameters of type NetworkStack
 void Application.setNetworkStack(NetworkStack networkStack)
          Set network stack reference
 

Constructors in at.jku.fim.datalinksimulation.layer7 with parameters of type NetworkStack
Application(NetworkStack networkStackReference)
           
 

Uses of NetworkStack in at.jku.fim.datalinksimulation.layer7.networkdevice
 

Constructors in at.jku.fim.datalinksimulation.layer7.networkdevice with parameters of type NetworkStack
DataReflectApplication(NetworkStack networkStack)
          Constructor