org.edg.data.ros
Class SECost

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

public class SECost
extends java.lang.Object

Stores access costs of files on a Storage Element.

Author:
Kurt Stockinger

Constructor Summary
SECost()
           
 
Method Summary
 float getCost()
           
 float getError()
           
 void setCost(float cost)
           
 void setError(float error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SECost

public SECost()
Method Detail

getCost

public float getCost()

setCost

public void setCost(float cost)

getError

public float getError()

setError

public void setError(float error)