|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelModel | |
|---|---|
| edu.cmu.emulator.signal | The emulator's virtualized signal propagation environment. |
| Uses of ChannelModel in edu.cmu.emulator.signal |
|---|
| Subclasses of ChannelModel in edu.cmu.emulator.signal | |
|---|---|
class |
PathBasedChannelModel
Parent of all Path based channel models. |
| Fields in edu.cmu.emulator.signal declared as ChannelModel | |
|---|---|
protected ChannelModel |
Channel.channelModel
|
private ChannelModel[][] |
SignalEnvironment.channelModels
|
| Methods in edu.cmu.emulator.signal that return ChannelModel | |
|---|---|
ChannelModel |
Channel.getChannelModel()
Returns the ChannelModel object corresponding to this channel. |
static ChannelModel |
ChannelModel.newCMInstance(String type)
Creates a new instance of a channel model object given the channel model's type. |
static ChannelModel |
ChannelModel.parse(Channel channel,
Element channelModelDef)
|
| Methods in edu.cmu.emulator.signal with parameters of type ChannelModel | |
|---|---|
void |
Channel.setChannelModel(ChannelModel channelModel)
Sets the Channel's ChannelModel to the object instance that is passed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||