org.mbari.siam.operations.portal
Class StatSet
java.lang.Object
org.mbari.siam.operations.portal.StatSet
public abstract class StatSet
- extends java.lang.Object
|
Method Summary |
double |
average()
|
long |
count()
|
void |
export()
|
double |
max()
|
double |
min()
|
void |
newLine(java.io.BufferedWriter bw)
Override BufferedWriter's newLine() method, which
varies the newline character(s) according to
platform. |
abstract void |
process(java.lang.Object value)
|
void |
setDelimiter(java.lang.String delimiter)
|
double |
stdev()
|
double |
sum()
|
java.lang.String |
toString()
|
void |
writeRecord(java.io.BufferedWriter bw,
java.lang.String x)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StatSet
public StatSet()
StatSet
public StatSet(java.lang.String outFile)
setDelimiter
public void setDelimiter(java.lang.String delimiter)
newLine
public void newLine(java.io.BufferedWriter bw)
throws java.io.IOException
- Override BufferedWriter's newLine() method, which
varies the newline character(s) according to
platform. ConfigFiles should always use UNIX (\n)
newline.
- Throws:
java.io.IOException
writeRecord
public void writeRecord(java.io.BufferedWriter bw,
java.lang.String x)
min
public double min()
max
public double max()
average
public double average()
stdev
public double stdev()
sum
public double sum()
count
public long count()
process
public abstract void process(java.lang.Object value)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
export
public void export()
Copyright © 2003 MBARI.
The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement.