net.openai.ai.nn.gui.topology
Class NetworkThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--net.openai.ai.nn.gui.topology.NetworkThread
All Implemented Interfaces:
java.lang.Runnable

public class NetworkThread
extends java.lang.Thread

Thread to handle network-running/training

Version:
$Id: NetworkThread.java,v 1.3 2002/03/17 18:08:15 tweber Exp $
Author:
Thomas Weber History:
$Log: NetworkThread.java,v $
Revision 1.3 2002/03/17 18:08:15 tweber
removed 'changed state' debugmessage

Revision 1.2 2002/03/02 16:36:09 tweber
completely reworked. Is now able to handle different running-states (STOP,SINGLESTEP,RUN)

Revision 1.1 2002/02/28 17:09:36 tweber
moved to .topology package

Revision 1.1 2002/02/28 15:29:08 tweber
Thread to control a network while its running

Field Summary
static int RUNNING
           
static int SINGLESTEP
           
static int STOP
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Method Summary
 void resetCounter()
           
 void run()
          Mainloop of the Thread
 void setModel(DataModel datamodel)
           
 void setState(int state)
           
 
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, 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

STOP

public static final int STOP
See Also:
Constant Field Values

RUNNING

public static final int RUNNING
See Also:
Constant Field Values

SINGLESTEP

public static final int SINGLESTEP
See Also:
Constant Field Values
Method Detail

setModel

public void setModel(DataModel datamodel)

run

public void run()
Mainloop of the Thread

Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

setState

public void setState(int state)

resetCounter

public void resetCounter()


Copyright - 2001 OpenAI Labs. All Rights Reserved.