Package hec.util

Class WatershedEntry

java.lang.Object
hec.util.WatershedEntry

public class WatershedEntry extends Object
  • Constructor Details

    • WatershedEntry

      public WatershedEntry(String baseDir)
    • WatershedEntry

      public WatershedEntry(WatershedEntry wentry)
      Parameters:
      wentry -
  • Method Details

    • parse

      public boolean parse(org.jdom.Element element)
    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getBaseDirectory

      public String getBaseDirectory()
    • getSimulations

      public List<SimulationEntry> getSimulations()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • addSimulation

      public void addSimulation(SimulationEntry entry)
      Parameters:
      entry -
    • removeSimulation

      public boolean removeSimulation(SimulationEntry se)
      Parameters:
      se -
      Returns: