Uses of Class
crowdmodel.agents.Goal

Packages that use Goal
crowdmodel.agents   
 

Uses of Goal in crowdmodel.agents
 

Fields in crowdmodel.agents declared as Goal
private  Goal Memory.d_domGoal
           
private  Goal Memory.d_empty
           
private  Goal Memory.d_identity
           
private  Goal Memory.d_safety
           
private  Goal Memory.d_social
           
private  Goal Memory.d_subsistence
           
 

Methods in crowdmodel.agents that return Goal
 Goal Memory.getDomGoal()
          Returns the dominant goal that is currently dominant and influencing behaviour in the cognitive system.
 Goal Memory.getIdentity()
          Returns the identity goal
 Goal Memory.getSafety()
          Returns the safety goal
 Goal Memory.getSocial()
          Returns the social goal
 Goal Memory.getSubsistence()
          Returns the subsistence goal
 

Methods in crowdmodel.agents with parameters of type Goal
 void CrowdAgent.checkRange(Goal goal)
          Function that checks and when necessary corrects the range of the satisfaction value of a goal to stay between [0,1]