Uses of Class
crowdmodel.agents.PersonFact

Packages that use PersonFact
crowdmodel.agents   
 

Uses of PersonFact in crowdmodel.agents
 

Fields in crowdmodel.agents declared as PersonFact
private  PersonFact Memory.d_ingroup
           
private  PersonFact Memory.d_outgroup
           
private  PersonFact Memory.d_self
           
private  PersonFact Memory.d_unknown
           
 

Fields in crowdmodel.agents with type parameters of type PersonFact
private  java.util.ArrayList<PersonFact> Memory.d_friends
           
private  java.util.HashMap<java.lang.String,PersonFact> Memory.d_hashFriends
           
private  java.util.ArrayList<PersonFact> Memory.d_leaders
           
private  java.util.ArrayList<PersonFact> Memory.d_persons
           
 

Methods in crowdmodel.agents that return types with arguments of type PersonFact
 java.util.ArrayList<PersonFact> Memory.getFriends()
          Returns the friends an individual has.
 java.util.ArrayList<PersonFact> Memory.getLeaders()
          Returns the agent this agent perceives as a leader