Package jline.api.fes

Class FesMapAggregateResult

java.lang.Object
jline.api.fes.FesMapAggregateResult

public final class FesMapAggregateResult extends Object
The load-dependent MAP that replaces an aggregated subnetwork, with the descriptors it was fitted from. Copyright (c) 2012-2026, Imperial College London All rights reserved.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Service process of the flow-equivalent server, index k-1 holding k jobs.
    final int[]
    Populations at which the inter-departure MAP was evaluated.
    final double[][]
    Descriptors e1, e2, e3 and the index of dispersion at each population.
    final int[]
    Fit status at each population, see Map2_fit_idc.
    final double[]
    Throughput of the subnetwork at each population.
  • Constructor Summary

    Constructors
    Constructor
    Description
    FesMapAggregateResult(List<MatrixCell> fes, double[] throughput, double[][] moments, int[] status, int[] grid)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • fes

      public final List<MatrixCell> fes
      Service process of the flow-equivalent server, index k-1 holding k jobs.
    • throughput

      public final double[] throughput
      Throughput of the subnetwork at each population.
    • moments

      public final double[][] moments
      Descriptors e1, e2, e3 and the index of dispersion at each population.
    • status

      public final int[] status
      Fit status at each population, see Map2_fit_idc.
    • grid

      public final int[] grid
      Populations at which the inter-departure MAP was evaluated.
  • Constructor Details

    • FesMapAggregateResult

      public FesMapAggregateResult(List<MatrixCell> fes, double[] throughput, double[][] moments, int[] status, int[] grid)