-
All Superinterfaces:
-
Capacity
-
All Known Implementing Classes:
-
StandardActionSelectionSkill
-
Functional Interface:
-
This is a functional interface and can therefore be used as the assignment target for a lambda expression or action reference.
@java.lang.FunctionalInterface
@org.eclipse.xtext.xbase.lib.XbaseGenerated
capacity
SelectAction
implements
Capacity
Capacity of an agent to select an action in the context of a game time-based goal-oriented behavior.
-
Maven Group Identifier:
-
-
Maven Artifact Identifier:
-
-
Since:
-
Action Summary
Action Details
-
selectAction(List<E>,List<E>)
-
def selectAction(List<E>,List<E>) : Action
Select an action among the given ones to progress towards the most insistent goal.
-
Parameters:
-
actions -
goals -
-
Returns:
-