Uses of Interface
at.jku.fim.datalinksimulation.layer1.wire.damagedwire.DamagingStrategy

Packages that use DamagingStrategy
at.jku.fim.datalinksimulation.layer1.wire.damagedwire   
 

Uses of DamagingStrategy in at.jku.fim.datalinksimulation.layer1.wire.damagedwire
 

Classes in at.jku.fim.datalinksimulation.layer1.wire.damagedwire that implement DamagingStrategy
 class SimpleDamagingStrategy
          Title: OSI Simulation Framework A very simple implementation of a cable defect; a random bit of a random byte of the frame is inverted.
 

Fields in at.jku.fim.datalinksimulation.layer1.wire.damagedwire declared as DamagingStrategy
protected  DamagingStrategy DamagedWire.damagingStrategy
          the strategy implementation used to "confuse" data
 

Methods in at.jku.fim.datalinksimulation.layer1.wire.damagedwire that return DamagingStrategy
 DamagingStrategy DamagedWire.getDamagingStrategy()
           
 

Methods in at.jku.fim.datalinksimulation.layer1.wire.damagedwire with parameters of type DamagingStrategy
 void DamagedWire.setDamagingStrategy(DamagingStrategy damagingStrategy)
          Set a new damaging strategy
 

Constructors in at.jku.fim.datalinksimulation.layer1.wire.damagedwire with parameters of type DamagingStrategy
DamagedWire(DamagingStrategy strategy)
          Constructor