io.sarl.api.game.tgob
Skill StandardActionSelectionSkill
All Superinterfaces:
SelectAction, Capacity, IBehaviorGuardEvaluatorReceiver
skill StandardActionSelectionSkill
extends Skill
implements SelectAction
Skill that implements the standard action selection algorithm that is defined for the game time-based goal-oriented behaviors.
Maven Group Identifier:
io.sarl.sdk
Maven Artifact Identifier:
api.gametgob
Since:
0.13
Property Summary
Inherited: caller, iD, owner, referenceCount
Action Summary
Modifier and type Action and description
protected double calculateDiscontentment(Action,List<E>)
Calculate the discontentment for the given action
Action selectAction(List<E>,List<E>)
Action Details
calculateDiscontentment(Action,List<E>)
protected def calculateDiscontentment(Action,List<E>) : double
Calculate the discontentment for the given action
selectAction(List<E>,List<E>)
def selectAction(List<E>,List<E>) : Action