Package jline.api.fes
Object FESAggregator
-
- All Implemented Interfaces:
@Deprecated(message = "Use ModelAdapter.aggregateFES() instead") public class FESAggregator
Flow-Equivalent Server (FES) Aggregation (Internal Implementation)
Replaces a subset of stations in a closed product-form queueing network with a single Flow-Equivalent Server having Limited Joint Dependence (LJD) service rates based on throughputs in an isolated subnetwork.
-
-
Field Summary
Fields Modifier and Type Field Description public final static FESAggregatorINSTANCE
-
Method Summary
Modifier and Type Method Description final static FESResultaggregateFES(Network model, List<Station> stationSubset)Aggregate a station subset into a Flow-Equivalent Server final static FESResultaggregateFES(Network model, List<Station> stationSubset, FESOptions options)Aggregate a station subset into a Flow-Equivalent Server with options -
-
Method Detail
-
aggregateFES
final static FESResult aggregateFES(Network model, List<Station> stationSubset)
Aggregate a station subset into a Flow-Equivalent Server
- Parameters:
model- Closed product-form Network modelstationSubset- List of Station objects to aggregate- Returns:
FESResult containing the new model and deaggregation info
-
aggregateFES
final static FESResult aggregateFES(Network model, List<Station> stationSubset, FESOptions options)
Aggregate a station subset into a Flow-Equivalent Server with options
- Parameters:
model- Closed product-form Network modelstationSubset- List of Station objects to aggregateoptions- FES aggregation options- Returns:
FESResult containing the new model and deaggregation info
-
-
-
-