org.gjt.universe
Class PlayerThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--org.gjt.universe.PlayerThread
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
PlayerThreadComputer, PlayerThreadComputerTest, PlayerThreadHuman

abstract class PlayerThread
extends java.lang.Thread


Field Summary
private  PlayerID AID
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) PlayerThread(PlayerID AID)
           
 
Method Summary
(package private)  PlayerID getID()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AID

private PlayerID AID
Constructor Detail

PlayerThread

PlayerThread(PlayerID AID)
Method Detail

getID

PlayerID getID()


Copyright © 2001 Universe Dev Team All Rights Reserved.