Uses of Class
uaa.feral.social.Organization

Packages that use Organization
uaa.feral.context   
uaa.feral.social.waterUse   
 

Uses of Organization in uaa.feral.context
 

Methods in uaa.feral.context that return types with arguments of type Organization
 java.util.List<Organization> ScenarioBuilder.buildMine(ScenarioData sd, java.lang.String model)
          Method to create Organizations
 

Uses of Organization in uaa.feral.social.waterUse
 

Methods in uaa.feral.social.waterUse that return Organization
 Organization MiningWaterUse.getOrganization()
           
 

Methods in uaa.feral.social.waterUse with parameters of type Organization
 void MiningWaterUse.setOrganization(Organization organization)
           
 

Constructors in uaa.feral.social.waterUse with parameters of type Organization
MiningWaterUse(Organization organization)