DataProcess
Class TimeSeries

java.lang.Object
  extended byDataProcess.TimeSeries

public class TimeSeries
extends java.lang.Object

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

Constructor Summary
TimeSeries(DataSet inDataSet)
           
 
Method Summary
 void AppendValue(double value)
           
 java.util.ArrayList ComputeBins(long binSize)
           
 void Dump()
           
 double GetMax()
           
 double GetMin()
           
 java.lang.String GetName()
           
 double GetValueByIndex(int index)
           
 void SetName(java.lang.String name)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeSeries

public TimeSeries(DataSet inDataSet)
Method Detail

SetName

public void SetName(java.lang.String name)

GetName

public java.lang.String GetName()

AppendValue

public void AppendValue(double value)

GetValueByIndex

public double GetValueByIndex(int index)

Dump

public void Dump()

ComputeBins

public java.util.ArrayList ComputeBins(long binSize)

GetMin

public double GetMin()

GetMax

public double GetMax()

size

public int size()