Package hec.rss.model

Class PulsChannelRouting

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

public class PulsChannelRouting extends Routing
Deprecated.
This routing method is deprecated as for version 1.1. It is replaced with PulsChannelRoutingWithLosses
See Also:
  • Constructor Details

    • PulsChannelRouting

      public PulsChannelRouting()
      Deprecated.
    • PulsChannelRouting

      public PulsChannelRouting(Element elem)
      Deprecated.
  • Method Details

    • setupForSerialization

      public void setupForSerialization()
      Deprecated.
      Called just before ascii serialization. Prepares the paired data values by setting there dss record path names
      Overrides:
      setupForSerialization in class Function
    • clone

      public Object clone()
      Deprecated.
      Description copied from class: Function
      clone method
      Overrides:
      clone in class Function
    • computeRouting

      public int computeRouting(RunTimeStep runtime)
      Deprecated.
      Overrides:
      computeRouting in class Routing
    • initialize

      public boolean initialize()
      Deprecated.
      Description copied from class: Routing
      initialize prior to a compute
      Overrides:
      initialize in class Routing
    • setstorOutflowTable

      public void setstorOutflowTable(PairedValues pv)
      Deprecated.
    • setnumberReaches

      public void setnumberReaches(int numberReaches)
      Deprecated.
    • getstorOutflowTable

      public PairedValues getstorOutflowTable()
      Deprecated.
    • getnumberReaches

      public int getnumberReaches()
      Deprecated.
    • setIsSI

      public void setIsSI(boolean isSI)
      Deprecated.
    • convertToWatershedUnits

      public void convertToWatershedUnits()
      Deprecated.
    • getFieldObject

      public Object getFieldObject(Field fld)
      Deprecated.
      Description copied from interface: FieldAccessor
      This method allows access to java.lang.reflect.Field objects within the implementing class.
      Specified by:
      getFieldObject in interface FieldAccessor
      Overrides:
      getFieldObject in class Routing
      Parameters:
      fld - The field to get.
      Returns:
      The data object that is stored in the given field
    • setFieldObject

      public boolean setFieldObject(Field fld, Object fobj)
      Deprecated.
      Description copied from interface: FieldAccessor
      This allows access to fields withing the implementing object to set there data.
      Specified by:
      setFieldObject in interface FieldAccessor
      Overrides:
      setFieldObject in class Routing
      Parameters:
      fld - The java field object representing the member field to be set
      fobj - The data to set in that field
      Returns:
      returns true if successful