Package hec.model

Interface OutputVariable

All Known Subinterfaces:
ScalarOutputVariable

public interface OutputVariable
  • Method Details

    • getPairedDataList

      List<PairedDataContainer> getPairedDataList()
      Returns:
    • getType

      String getType()
      Returns:
    • getName

      String getName()
    • getDescription

      String getDescription()
    • getParamId

      int getParamId()
    • getUnits

      String getUnits()
    • loadPDC

      void loadPDC(int end)