Package hec.rss.model.reports
Interface AltInputReportInfc
- All Known Implementing Classes:
hec.rss.plugins.model.AbstractAltPluginData,AdjustableFlow,AltGlobalVarData,CapacityOutage,CapacitySchedule,CoefRouting,ConditionalBlockRef,CreditReservoirRef,Dam,DayOfWeekMultiplier,DecisionSch,DiversionDemandOpRule,DiversionElement,DivertedOutletElement,DownstreamCntrlOpRule,DownstreamOpRule,DssOutputData,ElevReleaseOpRule,FirmEnergyOpRule,FlowLimitOpRule,ForebayHeadLoss,GCOpRule,HotstartOptions,IndependentVariable,InducedSurchargeOpRule,InputTSBasedOpRule,JunctionElement,LagAndKRouting,MuskingumCunge8ptRouting,MuskingumCungePrismRouting,MuskingumCungeRouting,MuskingumRouting,NullRouting,OpRule,OpRuleRef,OpSet,OSAltPluginData,OutletGroupElement,PeakingPowerTsOpRule,PhysMaxOpRule,PhysMinOpRule,PowerGenerationPatternContainer,PowerGuideCurveOpRule,PowerPlant,PowerPlantFlow,PrescribedOpRule,PulsChannelRouting,PulsChannelRoutingWithLosses,Pump,PumpFlow,PumpingHourRangeModel,PumpOpRule,RateChangeElevLimitOpRule,RateChangeLimitOpRule,ReachElement,ReleaseAllocation,ReleaseFuncOpRule,ReleaseFunctionInflowOpRule,ReleaseOverrides,ReRegRule,ReservoirDamElement,ReservoirElement,ResSystemOpSet,ReversiblePlant,ReversiblePumpFlow,Routing,RssAlt,RssRatingObject,RssRun,ScheduledHydropowerOpRule,ScriptOpRule,SpecFlowOpRule,Spillway,SsarrRouting,StateVariable,Storage,StorageZone,SunriseSunsetModel,SystemHydropowerOpRule,SystemHydropowerRule,SystemStorageZone,TailwaterElevation,TandemOpParent,TandemOpRule,TandemSysOpRule,TimeOfDayMultiplier,VariableLagKRouting,VariableTSBasedOpRule,WaterQualityOpRule,WorkingRDRouting,ZBOpRule
public interface AltInputReportInfc
The Interface AltInputReportInfc used to create XML data for alternative input
information used to generate the Alternative Input Report.
-
Method Summary
Modifier and TypeMethodDescriptionvoidoutputReport(AlternativeInputReport report, org.jdom.Element elem) Alternative Input Report Interface for data.
-
Method Details
-
outputReport
Alternative Input Report Interface for data.- Parameters:
AlternativeInputReport- reportorg- .jdom.Element XML element
-