Java 2 Platform
v1.3

edu.umich.visualsoar
Class MainFrame.GenerateDataMapAction.UpdateThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--edu.umich.visualsoar.MainFrame.GenerateDataMapAction.UpdateThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
MainFrame.GenerateDataMapAction

class MainFrame.GenerateDataMapAction.UpdateThread
extends java.lang.Thread


Field Summary
(package private)  java.util.Enumeration bfe
           
(package private)  edu.umich.visualsoar.operatorwindow.OperatorNode current
           
(package private)  java.util.List errors
           
(package private)  java.lang.Runnable finish
           
(package private)  java.util.List generations
           
(package private)  int max
           
(package private)  int min
           
(package private)  int nodeNum
           
(package private)  java.util.Vector parsedProds
           
(package private)  int repCount
           
(package private)  java.lang.Runnable update
           
(package private)  int value
           
(package private)  java.util.Vector vecErrors
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
MainFrame.GenerateDataMapAction.UpdateThread()
           
 
Method Summary
 void checkNodes()
           
 void run()
           
private  void updateProgressBar(int value)
           
 
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

update

java.lang.Runnable update

finish

java.lang.Runnable finish

value

int value

min

int min

max

int max

errors

java.util.List errors

generations

java.util.List generations

repCount

int repCount

bfe

java.util.Enumeration bfe

current

edu.umich.visualsoar.operatorwindow.OperatorNode current

parsedProds

java.util.Vector parsedProds

vecErrors

java.util.Vector vecErrors

nodeNum

int nodeNum
Constructor Detail

MainFrame.GenerateDataMapAction.UpdateThread

public MainFrame.GenerateDataMapAction.UpdateThread()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread

updateProgressBar

private void updateProgressBar(int value)

checkNodes

public void checkNodes()

Java 2 Platform
v1.3