Package jline.api.fes
Class FESAggregator
java.lang.Object
jline.api.fes.FESAggregator
Deprecated.
Use jline.lang.ModelAdapter.aggregateFES() for public API
Flow-Equivalent Server (FES) Aggregation (Internal Implementation).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.Per-population queue lengths and utilizations of the isolated subnetwork. -
Method Summary
Modifier and TypeMethodDescriptionstatic FESResultaggregateFES(Network model, List<Station> stationSubset) Deprecated.static FESResultaggregateFES(Network model, List<Station> stationSubset, FESOptions options) Deprecated.computeConditionalMetrics(Network isolatedModel, Matrix cutoffs) Deprecated.Per-station metrics of the ISOLATED subnetwork at every population state.
-
Method Details
-
aggregateFES
Deprecated. -
aggregateFES
public static FESResult aggregateFES(Network model, List<Station> stationSubset, FESOptions options) Deprecated. -
computeConditionalMetrics
public static FESAggregator.ConditionalMetrics computeConditionalMetrics(Network isolatedModel, Matrix cutoffs) Deprecated.Per-station metrics of the ISOLATED subnetwork at every population state.The companion of
computeThroughputs. That returns the aggregate throughput X(n) that becomes the flow-equivalent server's rate, which is all the REDUCED model needs; it is not enough to report the COLLAPSED stations' own metrics. Those are recovered by conditioning on the FES population, E[Q_i] = sum_n P(N_fes = n) * Q_i(n) -- the Chandy-Herzog-Woo hierarchical decomposition, exact when the subnetwork is product-form. This supplies the Q_i(n) and U_i(n) that sum is taken over, indexed byLjd.ljd_linearizeexactly as the throughput table is.- Parameters:
isolatedModel- the isolated subnetwork built by the transformcutoffs- per-class population cutoffs- Returns:
- the per-population tables
-