|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ActionSelection
Specification for the action selection module of LIDA.
Method Summary | |
---|---|
void |
addActionSelectionListener(ActionSelectionListener l)
Adds specified ActionSelectionListener . |
void |
addPreafferenceListener(PreafferenceListener l)
Adds specified PreafferenceListener |
java.util.Collection<Behavior> |
getBehaviors()
Returns a view of the behaviors currently in ActionSelection |
Behavior |
selectBehavior(java.util.Collection<Behavior> behaviors,
double candidateThreshold)
Selects a behavior (containing an action) for execution. |
Methods inherited from interface edu.memphis.ccrg.lida.framework.FrameworkModule |
---|
addListener, addSubModule, containsSubmodule, containsSubmodule, decayModule, getAssistingTaskSpawner, getModuleContent, getModuleName, getSubmodule, getSubmodule, getSubmodules, setAssistingTaskSpawner, setModuleName, taskManagerDecayModule |
Methods inherited from interface edu.memphis.ccrg.lida.framework.initialization.FullyInitializable |
---|
setAssociatedModule |
Methods inherited from interface edu.memphis.ccrg.lida.framework.initialization.Initializable |
---|
containsParameter, getParam, getParameters, init, init |
Method Detail |
---|
void addActionSelectionListener(ActionSelectionListener l)
ActionSelectionListener
.
l
- a module that receives selected actions from ActionSelection
void addPreafferenceListener(PreafferenceListener l)
PreafferenceListener
l
- a module that receives preafference from ActionSelection
Behavior selectBehavior(java.util.Collection<Behavior> behaviors, double candidateThreshold)
behaviors
- Collection
of behaviors currently available in the modulecandidateThreshold
- threshold for a behavior to be a candidate
java.util.Collection<Behavior> getBehaviors()
ActionSelection
Collection
of Behavior
objects
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |