Package hec.rss.model

Class ConstantRelease

All Implemented Interfaces:
AsciiSerializable, FieldAccessor, TSLocation, RssModelVariableConstants, RssReturnStatusConstants, RssTSLocation, Serializable, Cloneable, Comparable, Observer, rma.lang.Modifiable

public class ConstantRelease extends Rule
See Also:
  • Constructor Details

    • ConstantRelease

      public ConstantRelease()
    • ConstantRelease

      @Deprecated public ConstantRelease(Controller control)
      Deprecated.
    • ConstantRelease

      public ConstantRelease(OpController control)
  • Method Details

    • getReleaseValue

      public double getReleaseValue()
    • setReleaseValue

      public void setReleaseValue(double value)
    • getReleaseValue

      public void getReleaseValue(hec.data.ParamDouble pd)
    • getValue

      public double getValue(AdjustableParameter adjparam, RunTimeStep runtime, double val)
      Description copied from class: Rule
      This method should be overriden
      Specified by:
      getValue in class Rule
    • writeData

      @Deprecated public boolean writeData(BufferedWriter out)
      Deprecated.
      Overrides:
      writeData in class Rule
    • readData

      @Deprecated public boolean readData(BufferedReader input)
      Deprecated.
      Overrides:
      readData in class Rule