nog
Class Thread3

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

public class Thread3
extends java.lang.Thread

A thread which calculates the sex statistics.


Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Thread3(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

Thread3

public Thread3(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