ucar.nc2.ft
Class DataCost

java.lang.Object
  extended by ucar.nc2.ft.DataCost

public class DataCost
extends java.lang.Object

An estimate of the cost of performing a data access operation.

Author:
caron

Constructor Summary
DataCost(int dataCount, int timeMsecs)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataCost

public DataCost(int dataCount,
                int timeMsecs)