private class ParallelEvaluatorAI.findBestLegionMoveThread
extends java.lang.Thread
Modifier and Type | Class and Description |
---|---|
protected class |
ParallelEvaluatorAI.findBestLegionMoveThread.ThreadedTriggerTimeIsUp |
Modifier and Type | Field and Description |
---|---|
(package private) LegionMove |
best |
private java.util.Iterator<LegionMove> |
iterator |
private boolean |
timeIsUp |
Constructor and Description |
---|
ParallelEvaluatorAI.findBestLegionMoveThread(java.util.Iterator<LegionMove> it) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
(package private) java.util.Timer |
threadedSetupTimer() |
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
private boolean timeIsUp
LegionMove best
private final java.util.Iterator<LegionMove> iterator
ParallelEvaluatorAI.findBestLegionMoveThread(java.util.Iterator<LegionMove> it)