|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdriver.aodvsim.CommandLineOptions
private static class aodvsim.CommandLineOptions
Simulation parameters with default values.
Field Summary | |
---|---|
private int |
duration
Number of seconds to send messages. |
private Location.Location2D |
field
Field dimensions (in meters). |
private boolean |
help
Whether to print a usage statement. |
private int |
loss
Packet loss model. |
private java.lang.String |
lossOpts
Packet loss options. |
private int |
mobility
Node mobility model. |
private java.lang.String |
mobilityOpts
Node mobility options. |
private int |
nodes
Number of nodes. |
private int |
placement
Node placement model. |
private java.lang.String |
placementOpts
Node placement options. |
private int |
protocol
Routing protocol to use. |
private int |
resolutionTime
Number of seconds after messages stop sending to end simulation. |
private int |
seed
Random seed. |
private double |
sendRate
Number of messages sent per minute per node. |
int |
spatial_div
binning degree. |
int |
spatial_mode
binning mode. |
private int |
startTime
Start of sending (seconds). |
private boolean |
wrapField
Field wrap-around. |
Constructor Summary | |
---|---|
private |
aodvsim.CommandLineOptions()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private boolean help
private int protocol
private int nodes
private Location.Location2D field
private boolean wrapField
private int placement
private java.lang.String placementOpts
private int mobility
private java.lang.String mobilityOpts
private int loss
private java.lang.String lossOpts
private double sendRate
private int startTime
private int duration
private int resolutionTime
private int seed
public int spatial_mode
public int spatial_div
Constructor Detail |
---|
private aodvsim.CommandLineOptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |