|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A
- type of agentBO
- type of behavioural optionP
- the parameter class typepublic interface LaraDecisionTree<A extends LaraAgent<A,? super BO>,BO extends LaraBehaviouralOption<?,BO>,P>
Method Summary | |
---|---|
Set<BO> |
getBos(A agent,
P parameter)
Processes this node of the decision tree. |
Method Detail |
---|
Set<BO> getBos(A agent, P parameter)
agent
- the LaraAgent
this decision tree is processed forparameter
- the parameter object (decisionBuilder, for instance)
LaraBehaviouralOption
s
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |