Package jline.api.fes
Class FESDeaggInfo
-
- All Implemented Interfaces:
public final class FESDeaggInfoInformation needed to deaggregate FES results back to original model
-
-
Field Summary
Fields Modifier and Type Field Description private final NetworkoriginalModelprivate final List<Station>stationSubsetprivate final IntArraysubsetIndicesprivate final IntArraycomplementIndicesprivate final List<Matrix>throughputTableprivate final Matrixcutoffsprivate final MatrixstochCompSubsetprivate final MatrixstochCompComplementprivate final NetworkisolatedModelprivate final IntegerfesNodeIdx
-
Method Summary
Modifier and Type Method Description final NetworkgetOriginalModel()Original model reference final List<Station>getStationSubset()Original subset stations final IntArraygetSubsetIndices()Original station indices in subset final IntArraygetComplementIndices()Original station indices in complement final List<Matrix>getThroughputTable()Computed throughputs for all states (list per class) final MatrixgetCutoffs()Per-class cutoffs used final MatrixgetStochCompSubset()Stochastic complement for subset routing final MatrixgetStochCompComplement()Stochastic complement for complement routing final NetworkgetIsolatedModel()Isolated subnetwork model final IntegergetFesNodeIdx()FES node index in new model Booleanequals(Object other)IntegerhashCode()-
-
Method Detail
-
getOriginalModel
final Network getOriginalModel()
Original model reference
-
getStationSubset
final List<Station> getStationSubset()
Original subset stations
-
getSubsetIndices
final IntArray getSubsetIndices()
Original station indices in subset
-
getComplementIndices
final IntArray getComplementIndices()
Original station indices in complement
-
getThroughputTable
final List<Matrix> getThroughputTable()
Computed throughputs for all states (list per class)
-
getCutoffs
final Matrix getCutoffs()
Per-class cutoffs used
-
getStochCompSubset
final Matrix getStochCompSubset()
Stochastic complement for subset routing
-
getStochCompComplement
final Matrix getStochCompComplement()
Stochastic complement for complement routing
-
getIsolatedModel
final Network getIsolatedModel()
Isolated subnetwork model
-
getFesNodeIdx
final Integer getFesNodeIdx()
FES node index in new model
-
-
-
-