DataProcess
Class DataSet

java.lang.Object
  extended byDataProcess.DataSet

public class DataSet
extends java.lang.Object

Author:
Test Mule To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Constructor Summary
DataSet()
           
 
Method Summary
 java.util.Date GetDateByIntervalIndex(int index)
           
 int GetNumIntervals()
           
 TimeSeries GetSeriesByIndex(int index)
           
 int GetSeriesIndexByCode(java.lang.String inCode)
           
 boolean ReadDataFile(java.lang.String fileURL)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSet

public DataSet()
Method Detail

GetDateByIntervalIndex

public java.util.Date GetDateByIntervalIndex(int index)

GetSeriesByIndex

public TimeSeries GetSeriesByIndex(int index)

GetSeriesIndexByCode

public int GetSeriesIndexByCode(java.lang.String inCode)

GetNumIntervals

public int GetNumIntervals()

ReadDataFile

public boolean ReadDataFile(java.lang.String fileURL)