brain.hedonic
Class Strategy

java.lang.Object
  extended by java.lang.Thread
      extended by brain.hedonic.Strategy
All Implemented Interfaces:
java.lang.Runnable

public class Strategy
extends java.lang.Thread

Author:
nabhoth This class represents the control module of the energy based model. This class should not be called by user classes but the

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
Strategy()
           
 
Method Summary
 void step()
           
 double stVal()
           
 void updateStrategy(double value)
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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

Strategy

Strategy()
Method Detail

step

public void step()

updateStrategy

public void updateStrategy(double value)
Parameters:
valuex - specific method for updating the strategy

stVal

public double stVal()
Returns: