public abstract class Actuator extends Codelet
Constructor and Description |
---|
Actuator(WorkingStorage ws) |
Modifier and Type | Method and Description |
---|---|
void |
addInput(Memory mo)
Add one memory to the input list.
|
void |
removesInput(Memory mo)
Removes a given memory from the input list.
|
accessMemoryObjects, addBroadcast, addBroadcasts, addInputs, addOutput, addOutputs, calculateActivation, getActivation, getBroadcast, getBroadcast, getBroadcast, getEnabled, getInput, getInput, getInputs, getInputsOfType, getName, getOutput, getOutput, getOutputs, getOutputsOfType, getThreadName, getThreshold, getTimeStep, impendingAccess, impendingAccessBuffer, isLoop, isProfiling, notifyCodelet, proc, removeFromInput, removeFromOutput, removesOutput, run, setActivation, setBroadcast, setCodeletProfiler, setEnabled, setInputs, setIsMemoryObserver, setLoop, setName, setOutputs, setProfiling, setThreshold, setTimeStep, shouldLoop, start, stop, toString
public Actuator(WorkingStorage ws)
public void addInput(Memory mo)
Codelet
public void removesInput(Memory mo)
Codelet
removesInput
in class Codelet
mo
- the memory to be removed from input.