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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static FESResult aggregateFES(Network model, List<Station> stationSubset) Aggregate a station subset into a Flow-Equivalent Server
      final static FESResult aggregateFES(Network model, List<Station> stationSubset, FESOptions options) Aggregate a station subset into a Flow-Equivalent Server with options
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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 model
        stationSubset - 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 model
        stationSubset - List of Station objects to aggregate
        options - FES aggregation options
        Returns:

        FESResult containing the new model and deaggregation info