edu.udo.cs.miningmart.storedProcedures
Class TimeValueArray

java.lang.Object
  extended byedu.udo.cs.miningmart.storedProcedures.TimeValueArray

public class TimeValueArray
extends java.lang.Object

Version:
$Id: TimeValueArray.java,v 1.4 2006/04/11 14:10:16 euler Exp $
Author:
Martin Scholz

Constructor Summary
TimeValueArray(TimeValue t)
          Initializes the object with a first entry which must not be null!
 
Method Summary
 void add(TimeValue t)
           
 double extrapolateValueFor(long time)
           
 double getAverageValue()
           
 double getIncreaseByTime()
           
 long getLatestTime()
           
 double getLatestValue()
           
 int getSize()
           
 long getStartTime()
           
 double getStartValue()
           
 double getSum()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeValueArray

public TimeValueArray(TimeValue t)
Initializes the object with a first entry which must not be null!

Method Detail

getStartTime

public long getStartTime()

getStartValue

public double getStartValue()

getLatestTime

public long getLatestTime()

getLatestValue

public double getLatestValue()

getSize

public int getSize()

getSum

public double getSum()

add

public void add(TimeValue t)

getAverageValue

public double getAverageValue()

getIncreaseByTime

public double getIncreaseByTime()

extrapolateValueFor

public double extrapolateValueFor(long time)


Copyright © 2001-2005