stella.parameter
Class FlatQuality.Gather

java.lang.Object
  extended by java.lang.Thread
      extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
private  boolean cancel
           
private  List<List<CentralMoments>> collected
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
private FlatQuality.Gather()
           
 
Method Summary
 List<List<CentralMoments>> getCollected()
          Returns the currently gathered list of moments.
 void run()
          We run until we are canceled.
 
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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

collected

private List<List<CentralMoments>> collected

cancel

private boolean cancel
Constructor Detail

FlatQuality.Gather

private FlatQuality.Gather()
Method Detail

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