Package jline.api.fes

Class FESDeaggInfo

java.lang.Object
jline.api.fes.FESDeaggInfo

public final class FESDeaggInfo extends Object
Information needed to deaggregate FES results back to original model.
  • Field Details

    • originalModel

      public final Network originalModel
    • stationSubset

      public final List<Station> stationSubset
    • subsetIndices

      public final int[] subsetIndices
    • complementIndices

      public final int[] complementIndices
    • throughputTable

      public final List<Matrix> throughputTable
    • cutoffs

      public final Matrix cutoffs
    • stochCompSubset

      public final Matrix stochCompSubset
    • stochCompComplement

      public final Matrix stochCompComplement
    • isolatedModel

      public final Network isolatedModel
    • fesNodeIdx

      public final int fesNodeIdx
  • Constructor Details

    • FESDeaggInfo

      public FESDeaggInfo(Network originalModel, List<Station> stationSubset, int[] subsetIndices, int[] complementIndices, List<Matrix> throughputTable, Matrix cutoffs, Matrix stochCompSubset, Matrix stochCompComplement, Network isolatedModel, int fesNodeIdx)
  • Method Details

    • getOriginalModel

      public Network getOriginalModel()
    • getStationSubset

      public List<Station> getStationSubset()
    • getSubsetIndices

      public int[] getSubsetIndices()
    • getComplementIndices

      public int[] getComplementIndices()
    • getThroughputTable

      public List<Matrix> getThroughputTable()
    • getCutoffs

      public Matrix getCutoffs()
    • getStochCompSubset

      public Matrix getStochCompSubset()
    • getStochCompComplement

      public Matrix getStochCompComplement()
    • getIsolatedModel

      public Network getIsolatedModel()
    • getFesNodeIdx

      public int getFesNodeIdx()
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object