Package hec.rss.model
Interface DemandRuleInf
- All Known Implementing Classes:
DownstreamCntrlOpRule,DownstreamOpRule,FirmEnergyOpRule,PeakingPowerTsOpRule,PowerGuideCurveOpRule,PumpOpRule,RateChangeElevLimitOpRule,RateChangeLimitOpRule,ReleaseFuncOpRule,ReRegRule,ScheduledHydropowerOpRule,SystemHydropowerOpRule,TandemOpRule,WaterQualityOpRule
public interface DemandRuleInf
The Interface DemandRuleInf used to keep track of Water Accounts during the compute
-
Method Summary
Modifier and TypeMethodDescriptionGets the water account.voidSets the water account.
-
Method Details
-
getWaterAccount
WaterAccount getWaterAccount()Gets the water account.- Returns:
- the water account
-
setWaterAccount
Sets the water account.- Parameters:
wa- the new water account
-