Package hec.rss.model

Class GCOpRule

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

public class GCOpRule extends OpRule
See Also:
  • Constructor Details

    • GCOpRule

      public GCOpRule()
    • GCOpRule

      public GCOpRule(String name)
  • Method Details

    • evaluateLimits

      public void evaluateLimits(RunTimeStep rts, int iteration)
      Description copied from class: OpRule
      default implementation calls the old method without the iteration argument 2007-12-27
      Overrides:
      evaluateLimits in class OpRule
      Parameters:
      rts -
      iteration -
    • getRuleLimitType

      public int getRuleLimitType()
      get the limit type of this rule should be implemented by all subclasses of OpRule
      Overrides:
      getRuleLimitType in class OpRule