Uses of Interface
uaa.feral.physical.behaviors.HydroBehavior

Packages that use HydroBehavior
uaa.feral.physical   
uaa.feral.physical.behaviors   
 

Uses of HydroBehavior in uaa.feral.physical
 

Fields in uaa.feral.physical declared as HydroBehavior
 HydroBehavior HydrologicalSetting.hydroBehavior
           
 

Methods in uaa.feral.physical that return HydroBehavior
 HydroBehavior HydrologicalSetting.getHydroBehavior()
           
 

Methods in uaa.feral.physical with parameters of type HydroBehavior
 void HydrologicalSetting.setHydroBehavior(HydroBehavior hydroBehavior)
           
 

Uses of HydroBehavior in uaa.feral.physical.behaviors
 

Classes in uaa.feral.physical.behaviors that implement HydroBehavior
 class EvolveHydrology
          Abstract class for hydrological behaviors evolving the hydrological unit
 class GroundWaterModelWrapper
          Wrapper for Ground Water Model (e.g., MODFLOW and MT3DMS)
 class RemoteSensingEstimator
          Discharge estimated using remote sensing information.
 class StaticDischargeModel
          Static model that returns discharge for a given time interval without estimation or other calculations
 class VolumeEstimatorModel
          Model to use Markov Chain Monte Carlo Method (Metropolis-Hastings algorithm)
 

Methods in uaa.feral.physical.behaviors that return HydroBehavior
static HydroBehavior EvolveHydrology.CreateHydroModel(ScenarioData sd, java.lang.String modelType)