|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DelayModel | |
|---|---|
| edu.cmu.emulator.signal | The emulator's virtualized signal propagation environment. |
| Uses of DelayModel in edu.cmu.emulator.signal |
|---|
| Classes in edu.cmu.emulator.signal that implement DelayModel | |
|---|---|
class |
FixedDelayModel
|
class |
ManualDelayModel
|
class |
NullDelayModel
|
| Fields in edu.cmu.emulator.signal declared as DelayModel | |
|---|---|
protected DelayModel |
Path.delayModel
|
| Methods in edu.cmu.emulator.signal that return DelayModel | |
|---|---|
DelayModel |
Path.getDelayModel()
|
static DelayModel |
DelayModelParser.newDMInstance(String type)
Creates a new instance of a delay model object given the delay model's type. |
static DelayModel |
DelayModelParser.parse(Element delayModelDef)
|
| Constructors in edu.cmu.emulator.signal with parameters of type DelayModel | |
|---|---|
Path(Channel channel,
int emuPathIndex,
LossModel lossModel,
FadingModel fadingModel,
DelayModel delayModel)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||