Uses of Class
vs.characteragent.AdoptedGoalSchema

Packages that use AdoptedGoalSchema
vs.characteragent The characteragent classes build forth on rational agent, defining the control logic for a Character Agent 
 

Uses of AdoptedGoalSchema in vs.characteragent
 

Methods in vs.characteragent that return AdoptedGoalSchema
 AdoptedGoalSchema DeliberativeLayer.getActiveGoal()
          Retrieves the goal that the agent is currently pursuing
 AdoptedGoalSchema DeliberativeLayer.selectActiveGoal()
          Selects the goal that should currently be active, according to some heuristic.
 

Methods in vs.characteragent that return types with arguments of type AdoptedGoalSchema
 java.util.Set<AdoptedGoalSchema> DeliberativeLayer.getGoals()
          Retrieves all goals that the agent has adopted