Class MCVarRealizations

java.lang.Object
rma.stats.model.MCVarRealizations
Direct Known Subclasses:
MCConvVarRealizations, MCInputVarRealizations, MCOutputVarRealizations

@Deprecated public class MCVarRealizations extends Object
Deprecated.
in hec-monolith 1.0. Look for equivalent in package hec.statistics
  • Field Details

  • Constructor Details

    • MCVarRealizations

      public MCVarRealizations(String name, DSSIdentifier dssId, int tableType, boolean readPreviousData)
      Deprecated.
      Parameters:
      name -
      dssId - : could be DSSPairedDataContainer -> x,y, labels, x,y, units, labels filename partA = watershed (or simulation) partB = location partC = REALIZATION-param partD = MC CONVRG (SAVE) partE = Description (suffix will be appended, see above) partF = Simulation Name xType = "" yType = type of param xUnits = "" yUnits = units of param labels
      tableType - TBL_TYPE_SEQUENCE or TBL_TYPE MAP, default = TBL_TYPE MAP
      readPreviousData - true or false, default = false
    • MCVarRealizations

      public MCVarRealizations(String name)
      Deprecated.
  • Method Details

    • getSavePolicy

      public MCVarSavePolicy getSavePolicy()
      Deprecated.
    • setSavePolicy

      public void setSavePolicy(MCVarSavePolicy rule)
      Deprecated.
    • getName

      public String getName()
      Deprecated.
    • setName

      public void setName(String name)
      Deprecated.
    • getVariate

      public double getVariate()
      Deprecated.
    • setVariate

      public void setVariate(double variate)
      Deprecated.
    • getDSSId

      public DSSIdentifier getDSSId()
      Deprecated.
    • setDSSId

      public void setDSSId(DSSIdentifier dssId)
      Deprecated.
    • getRandomTable

      public DoubleRandomTable getRandomTable()
      Deprecated.
    • setRandomTable

      public void setRandomTable(DoubleRandomTable rTable)
      Deprecated.
    • getRealization

      public int getRealization()
      Deprecated.
    • setRealization

      public void setRealization(int realiz)
      Deprecated.
    • saveVariate

      public void saveVariate()
      Deprecated.
    • saveVariate

      public void saveVariate(int realiz, double variate)
      Deprecated.
    • flushVariate

      public void flushVariate()
      Deprecated.
      Flushes the contents of the internal table to permanent storage, regardless of the save policy