Uses of Class
at.jku.fim.datalinksimulation.genericdevices.InterlinkingDevice

Packages that use InterlinkingDevice
at.jku.fim.datalinksimulation.layer1.devices   
at.jku.fim.datalinksimulation.layer2.devices   
at.jku.fim.datalinksimulation.scenario   
 

Uses of InterlinkingDevice in at.jku.fim.datalinksimulation.layer1.devices
 

Subclasses of InterlinkingDevice in at.jku.fim.datalinksimulation.layer1.devices
 class Hub
          Title: OSI Simulation Framework This class represents an implementation of a typical network hub.
 

Uses of InterlinkingDevice in at.jku.fim.datalinksimulation.layer2.devices
 

Subclasses of InterlinkingDevice in at.jku.fim.datalinksimulation.layer2.devices
 class CRCGuard
          Title: OSI Simulation Framework This class represents a version of an "intelligent hub", which checks, if frames on layer 2 are corrupt or not; in case of an invalid frame the frame is simply dropped and not forwarded.
 

Uses of InterlinkingDevice in at.jku.fim.datalinksimulation.scenario
 

Fields in at.jku.fim.datalinksimulation.scenario declared as InterlinkingDevice
private  InterlinkingDevice SystemScenarioModel.hub1
           
private  InterlinkingDevice SystemScenarioModel.hub2
           
private  InterlinkingDevice SystemScenarioModel.iHub
           
 

Methods in at.jku.fim.datalinksimulation.scenario that return InterlinkingDevice
 InterlinkingDevice SystemScenarioModel.getHub1()
           
 InterlinkingDevice SystemScenarioModel.getHub2()
           
 InterlinkingDevice SystemScenarioModel.getIHub()