edu.memphis.ccrg.lida.framework.tasks
Class MockFrameworkTask
java.lang.Object
edu.memphis.ccrg.lida.framework.shared.activation.ActivatibleImpl
edu.memphis.ccrg.lida.framework.shared.activation.LearnableImpl
edu.memphis.ccrg.lida.framework.tasks.FrameworkTaskImpl
edu.memphis.ccrg.lida.framework.tasks.MockFrameworkTask
- All Implemented Interfaces:
- FullyInitializable, Initializable, Activatible, Learnable, FrameworkTask, java.io.Serializable, java.util.concurrent.Callable<FrameworkTask>
public class MockFrameworkTask
- extends FrameworkTaskImpl
- See Also:
- Serialized Form
Methods inherited from class edu.memphis.ccrg.lida.framework.tasks.FrameworkTaskImpl |
call, equals, getControllingTaskSpawner, getNextTicksPerRun, getParam, getScheduledTick, getTaskId, getTaskStatus, getTicksPerRun, hashCode, init, init, setControllingTaskSpawner, setNextTicksPerRun, setScheduledTick, setTaskStatus, setTicksPerRun, stopRunning |
Methods inherited from class edu.memphis.ccrg.lida.framework.shared.activation.LearnableImpl |
decay, decayBaseLevelActivation, getBaseLevelActivation, getBaseLevelDecayStrategy, getBaseLevelExciteStrategy, getLearnableRemovalThreshold, getTotalActivation, getTotalActivationStrategy, isRemovable, reinforceBaseLevelActivation, setBaseLevelActivation, setBaseLevelDecayStrategy, setBaseLevelExciteStrategy, setBaseLevelRemovalThreshold, setTotalActivationStrategy |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.memphis.ccrg.lida.framework.shared.activation.Learnable |
decayBaseLevelActivation, getBaseLevelActivation, getBaseLevelDecayStrategy, getBaseLevelExciteStrategy, getLearnableRemovalThreshold, getTotalActivationStrategy, reinforceBaseLevelActivation, setBaseLevelActivation, setBaseLevelDecayStrategy, setBaseLevelExciteStrategy, setBaseLevelRemovalThreshold, setTotalActivationStrategy |
Methods inherited from interface edu.memphis.ccrg.lida.framework.shared.activation.Activatible |
decay, excite, getActivatibleRemovalThreshold, getActivation, getDecayStrategy, getExciteStrategy, getTotalActivation, isRemovable, setActivatibleRemovalThreshold, setActivation, setDecayStrategy, setExciteStrategy |
wasRun
public boolean wasRun
associatedModule
public FrameworkModule associatedModule
moduleUsage
public java.lang.String moduleUsage
MockFrameworkTask
public MockFrameworkTask(int i,
TaskSpawner taskSpawner)
MockFrameworkTask
public MockFrameworkTask(int i)
MockFrameworkTask
public MockFrameworkTask()
toString
public java.lang.String toString()
- Overrides:
toString
in class FrameworkTaskImpl
runThisFrameworkTask
protected void runThisFrameworkTask()
- Description copied from class:
FrameworkTaskImpl
- To be overridden by extending classes. Overriding method should execute a
handful of statements considered to constitute a single iteration of the
task. For example, a codelet might look in a buffer for some
representation and make a change to it in a single iteration.
- Specified by:
runThisFrameworkTask
in class FrameworkTaskImpl
setAssociatedModule
public void setAssociatedModule(FrameworkModule module,
java.lang.String moduleUsage)
- Description copied from class:
FrameworkTaskImpl
- Subclasses may override this method.
- Specified by:
setAssociatedModule
in interface FullyInitializable
- Overrides:
setAssociatedModule
in class FrameworkTaskImpl
- Parameters:
module
- the module to be associated.moduleUsage
- how module will be used @see ModuleUsage