|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConfigException in edu.cmu.emulator.creator.config |
---|
Methods in edu.cmu.emulator.creator.config that throw ConfigException | |
---|---|
static Path |
Path.fromXML(Element el)
|
static Config |
Config.fromXML(Element el)
Create a new configuration from an XML source. |
static Waypoint |
Waypoint.fromXML(Element el)
|
static Nic |
Nic.fromXML(Element el)
|
static FadingModel |
FadingModel.fromXML(Element el)
|
static LossModel |
LossModel.fromXML(Element el)
|
static Event |
Event.fromXML(Element el)
|
static UserClass |
UserClass.fromXML(Element el)
|
static Antenna |
Antenna.fromXML(Element el)
|
static Channel |
Channel.fromXML(Element el)
|
static DelayModel |
DelayModel.fromXML(Element el)
|
static DSPConfigDef |
DSPConfigDef.fromXML(Element el)
|
static Route |
Route.fromXML(Element el)
|
static EmuNode |
EmuNode.fromXML(Element el)
|
static EventGroup |
EventGroup.fromXML(Element el)
|
static Map |
Map.fromXML(Element el)
|
Uses of ConfigException in edu.cmu.emulator.creator.config.delayModels |
---|
Methods in edu.cmu.emulator.creator.config.delayModels that throw ConfigException | |
---|---|
static ManualDelayModel |
ManualDelayModel.fromXML(Element el)
|
static FixedDelayModel |
FixedDelayModel.fromXML(Element el)
|
Uses of ConfigException in edu.cmu.emulator.creator.config.event |
---|
Methods in edu.cmu.emulator.creator.config.event that throw ConfigException | |
---|---|
static ScriptName |
ScriptName.fromXML(Element el)
|
static RandomWalk |
RandomWalk.fromXML(Element el)
|
static SetDestAndArrivalTime |
SetDestAndArrivalTime.fromXML(Element el)
|
static Sleep |
Sleep.fromXML(Element el)
|
static SetPos |
SetPos.fromXML(Element el)
|
static Message |
Message.fromXML(Element el)
|
static SetDestAndDuration |
SetDestAndDuration.fromXML(Element el)
|
static Exec |
Exec.fromXML(Element el)
|
static StartRoute |
StartRoute.fromXML(Element el)
|
static SetOrientation |
SetOrientation.fromXML(Element el)
|
static Add |
Add.fromXML(Element el)
|
Uses of ConfigException in edu.cmu.emulator.creator.config.fadingModels |
---|
Methods in edu.cmu.emulator.creator.config.fadingModels that throw ConfigException | |
---|---|
static RiceanFadingModel |
RiceanFadingModel.fromXML(Element el)
|
Uses of ConfigException in edu.cmu.emulator.creator.config.lossModels |
---|
Methods in edu.cmu.emulator.creator.config.lossModels that throw ConfigException | |
---|---|
static LogDistanceLossModel |
LogDistanceLossModel.fromXML(Element el)
|
static TimePlaybackLossModel |
TimePlaybackLossModel.fromXML(Element el)
|
static ManualLossModel |
ManualLossModel.fromXML(Element el)
|
Uses of ConfigException in edu.cmu.emulator.creator.util |
---|
Methods in edu.cmu.emulator.creator.util that throw ConfigException | |
---|---|
static Element |
Xml.getSimpleEl(Element parent,
String tag)
Get an element within a parent. |
static String |
Xml.getSimpleTag(Element parent,
String tag)
Get the content of a tag contained with a parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |