Package hec.rss.model
Class AltGlobalVarData
java.lang.Object
hec.rss.model.AltGlobalVarData
- All Implemented Interfaces:
AltInputReportInfc,Cloneable
used to add the Alternative's global variable data to the alternative report
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()clone this objectgetAlt()Gets the alt.voidoutputReport(AlternativeInputReport report, org.jdom.Element parent) add the Alternative's Global Varianble data to the Alternative report
-
Constructor Details
-
AltGlobalVarData
-
-
Method Details
-
getAlt
Gets the alt.- Returns:
- the alt
-
outputReport
add the Alternative's Global Varianble data to the Alternative report- Specified by:
outputReportin interfaceAltInputReportInfc- Parameters:
report- the alternative reportparent- the parent XML node to store the info to
-
clone
clone this object
-