|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<T>
repast.simphony.context.AbstractContext<T>
repast.simphony.context.SmallDefaultContext<T>
repast.simphony.context.DefaultContext<Person>
uaa.feral.social.Community
uaa.feral.social.Organization
public class Organization
Object used to represent organizations, such as companies or government entities
Field Summary |
---|
Fields inherited from interface repast.simphony.context.Context |
---|
SYN_CONTEXT_PREFIX |
Constructor Summary | |
---|---|
Organization()
|
|
Organization(java.lang.String id,
com.vividsolutions.jts.geom.Point location)
Default constructor used |
Method Summary | |
---|---|
void |
init()
Method to initialize parameters, behaviors, and call visualization initialization |
void |
runModels()
Method to run the water use and/or leadership model(s) |
Methods inherited from class uaa.feral.social.Community |
---|
getDemographicFunction, getIcon, getImportance, getLeadershipModel, getLocation, getMunicipalSupply, getShape, getWaterUseModel, managePopulation, runDemographics, setDemographicFunction, setIcon, setImportance, setLeadershipModel, setLocation, setMunicipalSupply, setWaterUseModel |
Methods inherited from class repast.simphony.context.SmallDefaultContext |
---|
getObjects, getRandomObject, getRandomObjects |
Methods inherited from class repast.simphony.context.AbstractContext |
---|
add, addContextListener, addProjection, addSubContext, addValueLayer, clear, contains, eventOccured, findContext, findParent, getAgentLayer, getAgentTypes, getContextListeners, getId, getProjection, getProjection, getProjections, getProjections, getSubContext, getSubContexts, getTypeID, getValueLayer, getValueLayers, hasSubContext, iterator, query, remove, removeContextListener, removeProjection, removeSubContext, removeValueLayer, setId, setTypeID, size |
Methods inherited from class java.util.AbstractCollection |
---|
addAll, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Collection |
---|
addAll, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, toArray, toArray |
Constructor Detail |
---|
public Organization()
public Organization(java.lang.String id, com.vividsolutions.jts.geom.Point location)
id
- the id of the organizationlocation
- the geometric locationMethod Detail |
---|
public void init()
init
in class Community
public void runModels()
Community
runModels
in class Community
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |