|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.swans.field.Mobility.Teleport
public static class Mobility.Teleport
Teleport mobility model: pick a random location and teleport to it, then pause for some time and repeat.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface jist.swans.field.Mobility |
---|
Mobility.MobilityInfo, Mobility.RandomWalk, Mobility.RandomWaypoint, Mobility.RandomWaypointInfo, Mobility.Static, Mobility.Teleport |
Field Summary | |
---|---|
private Location.Location2D |
bounds
Movement boundaries. |
private long |
pauseTime
Waypoint pause time. |
Constructor Summary | |
---|---|
Mobility.Teleport(Location.Location2D bounds,
long pauseTime)
Initialize teleport mobility model. |
Method Summary | |
---|---|
Mobility.MobilityInfo |
init(FieldInterface f,
java.lang.Integer id,
Location loc)
Initiate mobility; initialize mobility data structures. |
void |
next(FieldInterface f,
java.lang.Integer id,
Location loc,
Mobility.MobilityInfo info)
Schedule next movement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Location.Location2D bounds
private long pauseTime
Constructor Detail |
---|
public Mobility.Teleport(Location.Location2D bounds, long pauseTime)
bounds
- boundaries of movementpauseTime
- waypoint pause time (in ticks)Method Detail |
---|
public Mobility.MobilityInfo init(FieldInterface f, java.lang.Integer id, Location loc)
init
in interface Mobility
f
- field entityid
- node identifierloc
- node location
public void next(FieldInterface f, java.lang.Integer id, Location loc, Mobility.MobilityInfo info)
next
in interface Mobility
f
- field entityid
- radio identifierloc
- destination of moveinfo
- mobility information object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |