nog
Class Thread4

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--nog.Thread4
All Implemented Interfaces:
java.lang.Runnable

public class Thread4
extends java.lang.Thread

A thread which calculates the weight and height statistics.


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Thread4(Participants p)
          Constructor of the thread.
 
Method Summary
 void run()
          Runs this thread.
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, 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
 

Constructor Detail

Thread4

public Thread4(Participants p)
Constructor of the thread.
Parameters:
p - the Participants to calculate statistics over.
Method Detail

run

public void run()
Runs this thread.
Overrides:
run in class java.lang.Thread