Package jline.api.fes

Class FesMapDeaggregateResult

java.lang.Object
jline.api.fes.FesMapDeaggregateResult

public final class FesMapDeaggregateResult extends Object
Metrics of the stations an aggregate stands for, recovered by conditioning on its population. Copyright (c) 2012-2026, Imperial College London All rights reserved.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double[]
    Mean queue length per station.
    final double[]
    Mean residence time per station.
    final double[]
    Utilization per station.
    final double[]
    Throughput per station.
  • Constructor Summary

    Constructors
    Constructor
    Description
    FesMapDeaggregateResult(double[] Q, double[] U, double[] X, double[] R)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • Q

      public final double[] Q
      Mean queue length per station.
    • U

      public final double[] U
      Utilization per station.
    • X

      public final double[] X
      Throughput per station.
    • R

      public final double[] R
      Mean residence time per station.
  • Constructor Details

    • FesMapDeaggregateResult

      public FesMapDeaggregateResult(double[] Q, double[] U, double[] X, double[] R)