public class InterpolationQueue
extends java.lang.Thread
| Modifier and Type | Field and Description |
|---|---|
protected DblMatrix |
desiredT |
protected int |
min_queue_size |
protected DblMatrix |
predictedY |
protected java.util.LinkedList |
Tqueue |
protected java.util.LinkedList |
Yqueue |
| Constructor and Description |
|---|
InterpolationQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
addData(DblMatrix T,
DblMatrix Y) |
DblMatrix |
getT() |
DblMatrix |
getY() |
boolean |
isComplete() |
void |
run()
Sit and wait accepting inputs.
|
void |
setTimePoints(DblMatrix desired) |
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, yieldprotected java.util.LinkedList Tqueue
protected java.util.LinkedList Yqueue
protected DblMatrix desiredT
protected DblMatrix predictedY
protected int min_queue_size
public void setTimePoints(DblMatrix desired)
public DblMatrix getT()
public DblMatrix getY()
public boolean isComplete()
public void run()
run in interface java.lang.Runnablerun in class java.lang.ThreadCopyright © 2011, 2013. Daniel P. Dougherty