|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--atropos.pp.PayLoad
This class implements the payload passed to the Physical Process (PP).
This research is funded by DARPA/ITO Contract Number: F30602-98-C-0230 supported by the Air Force Research Laboratory/IF.
Field Summary | |
java.lang.String |
dst
The destination load prediction. |
java.lang.String |
src
The source of this load prediction message. |
long |
val_time
The time at which the load above is predicted to be valid. |
Constructor Summary | |
PayLoad(java.lang.Double v,
java.lang.String s,
AvnmpLP mylp)
Create a PayLoad message. |
Method Summary | |
PayLoad |
join(java.util.Vector inComming,
AvnmpLP mylp)
Combine a vector of incomming packets with this packet into a single PayLoad. |
java.lang.String |
nextDst(java.lang.String cn,
AvnmpLP mylp)
Compute the next destination. |
java.lang.String |
split(java.lang.String cn,
AvnmpLP mylp)
Return the next hop node name based on the current node name, routing table and probability. |
java.lang.Double |
streptiChron()
Actively compute the value, e.g. |
java.lang.String |
toString()
Display this payload in a user friendly form. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public long val_time
public java.lang.String src
public java.lang.String dst
Constructor Detail |
public PayLoad(java.lang.Double v, java.lang.String s, AvnmpLP mylp)
v
- Predicted load.s
- Source node.splitTable.addEntry(java.lang.String, java.lang.String, java.lang.Double)
Method Detail |
public java.lang.Double streptiChron()
public java.lang.String nextDst(java.lang.String cn, AvnmpLP mylp)
cn
- The current active node name.split(java.lang.String, atropos.lp.AvnmpLP)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String split(java.lang.String cn, AvnmpLP mylp)
public PayLoad join(java.util.Vector inComming, AvnmpLP mylp)
inComming
- Combine a vector of incomming packets with this
packet into a single PayLoad.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |