Package hec.model

Class RunInfo

java.lang.Object
hec.model.RunInfo

public class RunInfo extends Object
  • Field Details

    • runName

      public String runName
      the name of the model run (ie RssRun)
    • simRunName

      public String simRunName
      the name of the SimulationRun/ForecastRun
    • modelAlt

      public String modelAlt
      name of the ModelAlt
    • run

      public Object run
  • Constructor Details

    • RunInfo

      public RunInfo(String runname, String simRunname)
  • Method Details