Uses of Class
FAtiMA.Core.goals.Goal
-
Packages that use Goal Package Description FAtiMA.Core.goals FAtiMA.Core.memory.episodicMemory FAtiMA.Core.plans FAtiMA.Core.util.parsers -
-
Uses of Goal in FAtiMA.Core.goals
Subclasses of Goal in FAtiMA.Core.goals Modifier and Type Class Description classActivePursuitGoalImplements OCC's ActivePursuit goals that have activation conditionsclassInterestGoalImplements OCC's Interest goalsMethods in FAtiMA.Core.goals that return Goal Modifier and Type Method Description GoalGoalLibrary. GetGoal(Name goalName)Searches for a goal with the given name in the Library.Methods in FAtiMA.Core.goals that return types with arguments of type Goal Modifier and Type Method Description java.util.ListIterator<Goal>GoalLibrary. GetGoals()Gets a ListIterator that allows you to iterate over the goals stored in the goal's libraryMethods in FAtiMA.Core.goals with parameters of type Goal Modifier and Type Method Description voidGoalLibrary. AddGoal(Goal g) -
Uses of Goal in FAtiMA.Core.memory.episodicMemory
Methods in FAtiMA.Core.memory.episodicMemory with parameters of type Goal Modifier and Type Method Description floatAutobiographicalMemory. AssessGoalFamiliarity(Goal g)floatEpisodicMemory. AssessGoalFamiliarity(Goal g)floatMemoryEpisode. AssessGoalFamiliarity(Goal g)floatShortTermEpisodicMemory. AssessGoalFamiliarity(Goal g)java.lang.FloatEpisodicMemory. AssessGoalProbability(Goal g) -
Uses of Goal in FAtiMA.Core.plans
Methods in FAtiMA.Core.plans that return Goal Modifier and Type Method Description GoalProtectedCondition. getGoal()Gets the Goal that wants the condition to be protectedConstructors in FAtiMA.Core.plans with parameters of type Goal Constructor Description ProtectedCondition(Goal goal, Condition cond)Creates a new ProtectedCondition -
Uses of Goal in FAtiMA.Core.util.parsers
Fields in FAtiMA.Core.util.parsers declared as Goal Modifier and Type Field Description protected GoalGoalLoaderHandler. _currentGoalFields in FAtiMA.Core.util.parsers with type parameters of type Goal Modifier and Type Field Description protected java.util.ArrayList<Goal>GoalLoaderHandler. _goalsMethods in FAtiMA.Core.util.parsers that return types with arguments of type Goal Modifier and Type Method Description java.util.ArrayList<Goal>GoalLoaderHandler. GetGoals()
-