|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.data.ros.BestNetworkCost
Stores network costs as transfer time in seconds and best PFN of a particular LFN.
Constructor Summary | |
BestNetworkCost()
|
Method Summary | |
java.lang.String |
getBestPfn()
|
float |
getTime()
|
void |
setBestPfn(java.lang.String bestPFN)
|
void |
setTime(float time)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BestNetworkCost()
Method Detail |
public void setBestPfn(java.lang.String bestPFN)
public void setTime(float time)
public java.lang.String getBestPfn()
public float getTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |