QJCC homepage

biz.chitec.qdemo.util
Class ValueHistoryStorageDemo

java.lang.Object
  extended bybiz.chitec.qdemo.util.ValueHistoryStorageDemo

public class ValueHistoryStorageDemo
extends java.lang.Object

Demonstration program for ValueHistoryStorage class.

Version:
$Id: 149e0dfd8ee1178a97a536eda6890c324f356e35 $
Author:
chitec/Dirk Hillbrecht 2002. Distributed under the terms of the GNU LGPL.

Constructor Summary
ValueHistoryStorageDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the ValueHistoryStorageDemo class
static void quantiEval(ValueHistoryStorage vhs, EDate start, EDate end, EDate distance)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueHistoryStorageDemo

public ValueHistoryStorageDemo()
Method Detail

quantiEval

public static void quantiEval(ValueHistoryStorage vhs,
                              EDate start,
                              EDate end,
                              EDate distance)
Description of the Method

Parameters:
vhs - Description of the Parameter
start - Description of the Parameter
end - Description of the Parameter
distance - Description of the Parameter

main

public static void main(java.lang.String[] args)
The main program for the ValueHistoryStorageDemo class

Parameters:
args - The command line arguments

QJCC homepage