org.edg.data.ros
Class BestNetworkCost

java.lang.Object
  |
  +--org.edg.data.ros.BestNetworkCost

public class BestNetworkCost
extends java.lang.Object

Stores network costs as transfer time in seconds and best PFN of a particular LFN.

Author:
Kurt Stockinger
See Also:
Design of a Replica Optimisation Framework

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

BestNetworkCost

public BestNetworkCost()
Method Detail

setBestPfn

public void setBestPfn(java.lang.String bestPFN)

setTime

public void setTime(float time)

getBestPfn

public java.lang.String getBestPfn()

getTime

public float getTime()