stella.parameter
Class FlatQuality.Gather
java.lang.Object
java.lang.Thread
stella.parameter.FlatQuality.Gather
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- FlatQuality
private class FlatQuality.Gather
- extends Thread
This thread waits on notification from the fits moment parameter and
adds a new moments statistic whenever it receivesd one.
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, clone, 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, yield |
collected
private List<List<CentralMoments>> collected
cancel
private boolean cancel
FlatQuality.Gather
private FlatQuality.Gather()
getCollected
public List<List<CentralMoments>> getCollected()
- Returns the currently gathered list of moments.
run
public void run()
- We run until we are canceled.
- Specified by:
run in interface Runnable- Overrides:
run in class Thread