public class PivDataReduce
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
static int |
AVERAGE
Constant used to specify a data reduction process.
|
| Constructor and Description |
|---|
PivDataReduce(JPiv jpiv,
int op)
Creates a new instance of PivDataFilter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Do not call this function directly, rather use
jpiv2.PivDataReduce().start() to run the data reduction process in a
seperate thread.
|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic static final int AVERAGE
public PivDataReduce(JPiv jpiv, int op)
jpiv - The mother component.op - A constant (e.g. PivDataReduce.AVERAGE) that defines the
operation.