|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Agent
Agent.
| Method Summary | |
|---|---|
void |
completedInputRound()
Use when a full set of stimuli has been gathered, to initiate post-stimulus gathering activties. |
String |
getName()
Return the name of this agent. |
World |
getParentWorld()
Return the parent world for this agent. |
double |
getStimulus(String[] sensorId)
Return the stimulus for this agent provided the specified sensor id. |
void |
setMotorCommand(String[] commandList,
double value)
Set the motor command for this agent to (some combination of?) commandList and value. |
| Method Detail |
|---|
String getName()
World getParentWorld()
double getStimulus(String[] sensorId)
sensorId - sensor id
void completedInputRound()
void setMotorCommand(String[] commandList,
double value)
commandList and value.
commandList - command listvalue - value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||