Uses of Class
uaa.feral.physical.HydrologicalUnit

Packages that use HydrologicalUnit
uaa.feral.context   
uaa.feral.physical   
uaa.feral.physical.behaviors   
uaa.feral.social   
uaa.feral.social.waterUse   
 

Uses of HydrologicalUnit in uaa.feral.context
 

Methods in uaa.feral.context that return types with arguments of type HydrologicalUnit
 java.util.PriorityQueue<HydrologicalUnit> OutputContext.sortHydrology(java.util.Iterator iu)
           
 

Methods in uaa.feral.context with parameters of type HydrologicalUnit
 void ScenarioBuilder.buildRemoteSensingHydroModel(HydrologicalSetting hs, HydrologicalUnit hu, java.util.Map<java.lang.String,java.lang.Object> data)
          Method to initialize remote sensing-based hydrological discharge model.
 

Uses of HydrologicalUnit in uaa.feral.physical
 

Methods in uaa.feral.physical with parameters of type HydrologicalUnit
 void HydrologicalSetting.setWaterColorScale(HydrologicalUnit hu)
          Method to set the colors in WW
 

Uses of HydrologicalUnit in uaa.feral.physical.behaviors
 

Methods in uaa.feral.physical.behaviors that return HydrologicalUnit
 HydrologicalUnit RemoteSensingEstimatorTest.createHydrologicalUnit()
          Create a hydrological unit setup for test
 

Methods in uaa.feral.physical.behaviors that return types with arguments of type HydrologicalUnit
 java.util.Map<HydrologicalUnit,java.util.Map<java.lang.Integer,java.lang.Double>> RemoteSensingEstimator.getHydroloigcalWidth()
           
 

Methods in uaa.feral.physical.behaviors with parameters of type HydrologicalUnit
 double RemoteSensingEstimator.determineDischarge(HydrologicalUnit hu, double velocity)
          Method for determining discharge using determined velocity
 double RemoteSensingEstimator.determineLengthFraction(HydrologicalUnit hu)
          Method used to determine the length fraction of a meander.
 double RemoteSensingEstimator.determineVelocity(HydrologicalUnit hu)
          Method to determine river velocity.
 double RemoteSensingEstimator.factorVelocity(HydrologicalUnit hu, double g, double m)
          Method used to determine velocity using g (gravity pull) and m (meander length fraction).
 void RemoteSensingEstimatorTest.setupWidthData(RemoteSensingEstimator rse, HydrologicalUnit hu)
          Setup channel width data
 void RemoteSensingEstimator.setupWidthValue(HydrologicalUnit hu, int month)
          Set up current width value of the river
 

Method parameters in uaa.feral.physical.behaviors with type arguments of type HydrologicalUnit
 void RemoteSensingEstimator.setHydroloigcalWidth(java.util.Map<HydrologicalUnit,java.util.Map<java.lang.Integer,java.lang.Double>> hydrologicalWidth)
           
 

Uses of HydrologicalUnit in uaa.feral.social
 

Methods in uaa.feral.social that return HydrologicalUnit
 HydrologicalUnit Community.getMunicipalSupply()
           
 

Methods in uaa.feral.social with parameters of type HydrologicalUnit
 void Community.setMunicipalSupply(HydrologicalUnit municipalSupply)
           
 

Uses of HydrologicalUnit in uaa.feral.social.waterUse
 

Methods in uaa.feral.social.waterUse that return HydrologicalUnit
 HydrologicalUnit SocialDistancingModified.selectWaterSource(Person person)
          Method that selects a hydrological source for an agent to use
 HydrologicalUnit SocialDistancing.selectWaterSource(Person person)
          Method that selects a hydrological source for an agent to use
 

Methods in uaa.feral.social.waterUse that return types with arguments of type HydrologicalUnit
 java.util.List<HydrologicalUnit> SocialDistancing.getWaterSourceContexts()
           
 

Methods in uaa.feral.social.waterUse with parameters of type HydrologicalUnit
 void SocialDistancingModified.adjustViewsOfOtherSources(Person person, HydrologicalUnit hu)
          Method to determine perception of other sources
 void SocialDistancing.bayesianPreference(HydrologicalUnit hu, Person p)
          Method that calculates water source preferences
 void SocialDistancingModified.collectWater(Person person, HydrologicalUnit hu)
          Method that calls a method to update quantity extracted by an agent
 void SocialDistancing.collectWater(Person person, HydrologicalUnit hu)
          Method that calls a method to update quantity extracted by an agent
 double SocialDistancingModified.noisyQuantity(HydrologicalUnit hu)
          Method to make the hydrological quantity noisy
 double SocialDistancing.noisyQuantity(HydrologicalUnit hu)
          Method to make the hydrological quantity noisy
 void SocialDistancingModified.updateQuantityBelief(Person person, HydrologicalUnit hu)
          Method updates the belief of an agent on how much water there is for a given water source
 void SocialDistancing.updateQuantityBelief(Person person, HydrologicalUnit hu)
          Method updates the belief of an agent on how much water there is for a given water source
 void SocialDistancingModified.updateQuantityChangeBelief(Person person, HydrologicalUnit hu)
          Method that updates an agents belief about quantity changes in the water source used
 void SocialDistancing.updateQuantityChangeBelief(Person person, HydrologicalUnit hu)
          Method that updates an agents belief about quantity changes in the water source used
 void SocialDistancingModified.updateQuantityHistory(HydrologicalUnit hu, Person person, double quantity)
          Method that updates the history kept by an agent about quantities (latest historical values based on length of historical memory)
 void SocialDistancing.updateQuantityHistory(HydrologicalUnit hu, Person person, double quantity)
          Method that updates the history kept by an agent about quantities (latest historical values based on length of historical memory)
 void SocialDistancingModified.updateQuantityMaximum(HydrologicalUnit hu, Person person, double waterToCollect)
          Method to see if the water collected is an amount among the record high amounts of water collected in agent memory
 void SocialDistancing.updateQuantityMaximum(HydrologicalUnit hu, Person person, double waterToCollect)
          Method to see if the water collected is an amount among the record high amounts of water collected in agent memory
 void SocialDistancingModified.updateQuantityMinimum(HydrologicalUnit hu, Person person, double waterToCollect)
          Method that checks to see if the water quantity is among the minimum amounts kept in memory by an agent
 void SocialDistancing.updateQuantityMinimum(HydrologicalUnit hu, Person person, double waterToCollect)
          Method that checks to see if the water quantity is among the minimum amounts kept in memory by an agent
 void SocialDistancingModified.updateQuantityRecord(HydrologicalUnit hu, Person person, double quantity)
          Method that calls methods that updates different quantity related values (history, minimum, maximum, quantity belief, and quantity change belief)
 void SocialDistancing.updateQuantityRecord(HydrologicalUnit hu, Person person, double quantity)
          Method that calls methods that updates different quantity related values (history, minimum, maximum, quantity belief, and quantity change belief)
 

Method parameters in uaa.feral.social.waterUse with type arguments of type HydrologicalUnit
 void SocialDistancing.setWaterSourceContexts(java.util.List<HydrologicalUnit> waterSourceContexts)