|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSim.Routing.GPSR.ExpiringLocation
public class ExpiringLocation
Location in the GPSR algorithms table that is expiring. Once a location expires, that node is not considered nearby anymore.
Method Summary | |
---|---|
Location |
getLoc()
get location of this known neighbor. |
double |
getTimeStored()
get the time of this locations storage. |
void |
setLoc(Location newLocation,
java.lang.Double time)
Change this objects time and location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getTimeStored()
public Location getLoc()
public void setLoc(Location newLocation, java.lang.Double time)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |