ca.intelliware.amakihi.util.performance
Class StatisticsGenerator

java.lang.Object
  |
  +--ca.intelliware.amakihi.util.performance.StatisticsGenerator
Direct Known Subclasses:
Averager, PercentileGenerator

public class StatisticsGenerator
extends java.lang.Object

Version:
$Revision: 1.1 $
Author:
Intelliware Development

Constructor Summary
StatisticsGenerator()
          StatisticsGenerator constructor comment.
StatisticsGenerator(java.util.Vector observations)
          StatisticsGenerator constructor comment.
 
Method Summary
 void addAll(java.util.Vector observations)
           
 void addDatum(double x)
           
 int getCount()
           
 double getMax()
          This method was created in VisualAge.
 double getMin()
          This method was created in VisualAge.
 java.util.Vector getValues()
          This method was created in VisualAge.
 void reset()
           
 java.lang.String toString()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatisticsGenerator

public StatisticsGenerator()
StatisticsGenerator constructor comment.

StatisticsGenerator

public StatisticsGenerator(java.util.Vector observations)
StatisticsGenerator constructor comment.
Method Detail

addAll

public void addAll(java.util.Vector observations)

addDatum

public void addDatum(double x)

getCount

public int getCount()

getMax

public double getMax()
This method was created in VisualAge.
Returns:
double

getMin

public double getMin()
This method was created in VisualAge.
Returns:
double

getValues

public java.util.Vector getValues()
This method was created in VisualAge.
Returns:
java.util.Vector

reset

public void reset()

toString

public java.lang.String toString()
Insert the method's description here. Creation date: (4/23/2001 1:08:21 PM)
Overrides:
toString in class java.lang.Object
Returns:
java.lang.String


Copyright 2002 Intelliware Development. All Rights Reserved.