Uses of Class
edu.cmu.emulator.creator.config.DelayModel

Packages that use DelayModel
edu.cmu.emulator.creator   
edu.cmu.emulator.creator.config   
edu.cmu.emulator.creator.config.delayModels   
edu.cmu.emulator.creator.modelPanels   
 

Uses of DelayModel in edu.cmu.emulator.creator
 

Methods in edu.cmu.emulator.creator that return DelayModel
 DelayModel DelayModelPanel.getResult()
           
 

Constructors in edu.cmu.emulator.creator with parameters of type DelayModel
DelayModelPanel(DelayModel toEdit)
           
 

Uses of DelayModel in edu.cmu.emulator.creator.config
 

Fields in edu.cmu.emulator.creator.config declared as DelayModel
private  DelayModel Path.delayModel
           
 

Methods in edu.cmu.emulator.creator.config that return DelayModel
abstract  DelayModel DelayModel.clone()
           
static DelayModel DelayModel.fromXML(Element el)
           
 DelayModel Path.getDelayModel()
           
 

Methods in edu.cmu.emulator.creator.config with parameters of type DelayModel
 void Path.setDelayModel(DelayModel delayModel)
           
 

Constructors in edu.cmu.emulator.creator.config with parameters of type DelayModel
Path(int extraLoss, LossModel lossModel, FadingModel fadingModel, DelayModel delayModel)
           
 

Uses of DelayModel in edu.cmu.emulator.creator.config.delayModels
 

Subclasses of DelayModel in edu.cmu.emulator.creator.config.delayModels
 class FixedDelayModel
           
 class ManualDelayModel
           
 class NullDelayModel
           
 

Methods in edu.cmu.emulator.creator.config.delayModels that return DelayModel
 DelayModel ManualDelayModel.clone()
           
 DelayModel NullDelayModel.clone()
           
 DelayModel FixedDelayModel.clone()
           
 

Uses of DelayModel in edu.cmu.emulator.creator.modelPanels
 

Methods in edu.cmu.emulator.creator.modelPanels that return DelayModel
abstract  DelayModel DelayPanel.getResult()
           
 DelayModel NullDelayModelPanel.getResult()
           
 DelayModel ManualDelayModelPanel.getResult()
           
 DelayModel FixedDelayModelPanel.getResult()
           
 



Copyright © 2013. All Rights Reserved.