Package hec.rss.model

Class WorkingRDRecord

java.lang.Object
hec.rss.model.WorkingRDRecord
All Implemented Interfaces:
Serializable, Cloneable

public class WorkingRDRecord extends Object implements Serializable, Cloneable
Holds Stage and Flow data for Working Rinvalid input: '&D' Routing
See Also:
  • Field Details

    • stor

      public double stor
      Storage
    • outflow

      public double outflow
      Outflow
  • Constructor Details

    • WorkingRDRecord

      public WorkingRDRecord()
      Constructor for the WorkingRDRecord object
    • WorkingRDRecord

      public WorkingRDRecord(double s, double o)
      Constructor for the WorkingRDRecord object
      Parameters:
      s - stage
      o - outflow
  • Method Details

    • clone

      public Object clone()
      Description of the Method
      Overrides:
      clone in class Object
      Returns:
      Description of the Returned Value