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, toStringpublic Actuator(WorkingStorage ws)
public void addInput(Memory mo)
Codeletpublic void removesInput(Memory mo)
CodeletremovesInput in class Codeletmo - the memory to be removed from input.