|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mobility | |
---|---|
jist.swans.field | Field entity of SWANS simulator and related classes. |
Uses of Mobility in jist.swans.field |
---|
Classes in jist.swans.field that implement Mobility | |
---|---|
static class |
Mobility.RandomWalk
Random Walk mobility model: pick a direction, walk a certain distance in that direction, with some fixed and random component, reflecting off walls as necessary, then pause for some time and repeat. |
static class |
Mobility.RandomWaypoint
Random waypoint mobility model. |
static class |
Mobility.Static
Static (noop) mobility model. |
static class |
Mobility.Teleport
Teleport mobility model: pick a random location and teleport to it, then pause for some time and repeat. |
Fields in jist.swans.field declared as Mobility | |
---|---|
protected Mobility |
Field.mobility
Mobility model. |
Methods in jist.swans.field with parameters of type Mobility | |
---|---|
void |
Field.setMobility(Mobility mobility)
Set mobility model. |
Constructors in jist.swans.field with parameters of type Mobility | |
---|---|
Field(Spatial spatial,
Fading fading,
PathLoss pathloss,
Mobility mobility,
double propagationLimit)
Initialize new, empty field with given fading and pathloss models, using default propagation limits. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |