Uses of Interface
uaa.feral.social.waterUse.WaterUseModel

Packages that use WaterUseModel
uaa.feral.social   
uaa.feral.social.waterUse   
 

Uses of WaterUseModel in uaa.feral.social
 

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

Methods in uaa.feral.social with parameters of type WaterUseModel
 void Community.setWaterUseModel(WaterUseModel waterUseModel)
           
 void Person.setWaterUseModel(WaterUseModel waterUseModel)
           
 

Uses of WaterUseModel in uaa.feral.social.waterUse
 

Classes in uaa.feral.social.waterUse that implement WaterUseModel
 class MiningWaterUse
           
 class SocialDistancing
          Social distancing model based on UAA-Northwestern water use model by Daniel Stouffer.
 class SocialDistancingModified
          Modified version of the social distancing model
 class WaterUseBehaviors
          Class for use in water use behaviors
 

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