Package jline.api.fes
Class FESResult
-
- All Implemented Interfaces:
public final class FESResultResult of Flow-Equivalent Server (FES) aggregation
Copyright (c) 2012-2026, Imperial College London All rights reserved.
-
-
Field Summary
Fields Modifier and Type Field Description private final NetworkfesModelprivate final QueuefesStationprivate final FESDeaggInfodeaggInfo
-
Constructor Summary
Constructors Constructor Description FESResult(Network fesModel, Queue fesStation, FESDeaggInfo deaggInfo)
-
Method Summary
Modifier and Type Method Description final NetworkgetFesModel()New Network with FES replacing the subset final QueuegetFesStation()Reference to the FES Queue station final FESDeaggInfogetDeaggInfo()Deaggregation information -
-
Constructor Detail
-
FESResult
FESResult(Network fesModel, Queue fesStation, FESDeaggInfo deaggInfo)
-
-
Method Detail
-
getFesModel
final Network getFesModel()
New Network with FES replacing the subset
-
getFesStation
final Queue getFesStation()
Reference to the FES Queue station
-
getDeaggInfo
final FESDeaggInfo getDeaggInfo()
Deaggregation information
-
-
-
-