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
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 |
StatisticsGenerator
public StatisticsGenerator()
- StatisticsGenerator constructor comment.
StatisticsGenerator
public StatisticsGenerator(java.util.Vector observations)
- StatisticsGenerator constructor comment.
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.