neuroidnet.ntr
Class ModeProfile.ProfileTask

java.lang.Object
  |
  +--neuroidnet.ntr.ModeProfile.ProfileTask
All Implemented Interfaces:
Serializable, Task, TaskWithReturn
Enclosing class:
ModeProfile

abstract class ModeProfile.ProfileTask
extends Object
implements TaskWithReturn


Field Summary
(package private)  Profile profile
           
 
Constructor Summary
ModeProfile.ProfileTask()
           
 
Method Summary
 Profile getProfile()
           
 Object getValue()
           
(package private) abstract  double getVar(Neuroid.Mode mode)
           
 void job(Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

profile

Profile profile
Constructor Detail

ModeProfile.ProfileTask

public ModeProfile.ProfileTask()
Method Detail

job

public void job(Object o)
Specified by:
job in interface Task

getVar

abstract double getVar(Neuroid.Mode mode)

getValue

public Object getValue()
Specified by:
getValue in interface TaskWithReturn

getProfile

public Profile getProfile()