Package hec.rss.model

Class AltGlobalVarData

java.lang.Object
hec.rss.model.AltGlobalVarData
All Implemented Interfaces:
AltInputReportInfc, Cloneable

public class AltGlobalVarData extends Object implements Cloneable, AltInputReportInfc
used to add the Alternative's global variable data to the alternative report
  • Constructor Details

    • AltGlobalVarData

      public AltGlobalVarData(RssAlt rssAlt)
  • Method Details

    • getAlt

      public RssAlt getAlt()
      Gets the alt.
      Returns:
      the alt
    • outputReport

      public void outputReport(AlternativeInputReport report, org.jdom.Element parent)
      add the Alternative's Global Varianble data to the Alternative report
      Specified by:
      outputReport in interface AltInputReportInfc
      Parameters:
      report - the alternative report
      parent - the parent XML node to store the info to
    • clone

      public AltGlobalVarData clone()
      clone this object
      Overrides:
      clone in class Object
      Returns:
      the object's clone