Uses of Class
uaa.feral.social.Community

Packages that use Community
uaa.feral.context   
uaa.feral.social   
uaa.feral.social.demographics   
uaa.feral.social.leadership   
uaa.feral.social.waterUse   
 

Uses of Community in uaa.feral.context
 

Methods in uaa.feral.context that return types with arguments of type Community
 java.util.List<Community> ScenarioBuilder.buildPopulation(ScenarioData sData, repast.simphony.space.gis.Geography geography)
          Method to build a population from initial scenario information
 

Methods in uaa.feral.context with parameters of type Community
 void ScenarioBuilder.addCommunityDetails(Community community, ScenarioData data)
          Method to load file data describing community characteristics
 java.util.List<Person> ScenarioBuilder.createPeople(java.util.Map<java.lang.String,java.lang.Object> data, Community community)
          Method to create a population for a town based on file data
 java.util.List<Person> ScenarioBuilder.createPeopleSpread(Community community, double number, Sex sex, com.vividsolutions.jts.geom.Point point, int ageFrom, int ageTo)
          Method to create people based on population data
 java.util.List<Person> SocialNetworkBuilder.parseSocialNetworkData(java.util.List<java.util.Map> data, Community community)
          Method to parse the initial social network input
 

Uses of Community in uaa.feral.social
 

Subclasses of Community in uaa.feral.social
 class Organization
          Object used to represent organizations, such as companies or government entities
 

Methods in uaa.feral.social that return Community
 Community Person.getCommunity()
           
 

Methods in uaa.feral.social with parameters of type Community
 void Person.setCommunity(Community community)
           
 

Constructors in uaa.feral.social with parameters of type Community
Person(Community community, int age, Sex sex, com.vividsolutions.jts.geom.Point location)
          Main constructor used for a person
 

Uses of Community in uaa.feral.social.demographics
 

Methods in uaa.feral.social.demographics that return Community
 Community DemographicFunctions.getCommunity()
           
 

Methods in uaa.feral.social.demographics with parameters of type Community
 void DemographicFunctions.setCommunity(Community community)
           
 

Constructors in uaa.feral.social.demographics with parameters of type Community
DemographicFunctions(Community community, double fertilityRate, double migrationRate)
          Main constructor used for creating demographic behaviors
 

Uses of Community in uaa.feral.social.leadership
 

Methods in uaa.feral.social.leadership with parameters of type Community
static LeadershipModel AbstractLeadershipModel.CreateLeadershipModel(java.lang.String model, ScenarioData sd, Community community)
          Static method to create the desired model based on model's name.
 

Constructors in uaa.feral.social.leadership with parameters of type Community
AgentTypesModel(Community community)
          Initialize the model and associate it with a community object.
 

Uses of Community in uaa.feral.social.waterUse
 

Methods in uaa.feral.social.waterUse with parameters of type Community
static WaterUseModel WaterUseBehaviors.CreateWaterUseModel(java.lang.String model, ScenarioData sd, Community community)
          Static method to create the desired model based on model's name.
 

Constructors in uaa.feral.social.waterUse with parameters of type Community
SocialDistancing(Community community)
          Main constructor for object
SocialDistancingModified(Community community)
          Main constructor for object