Package jline.api.fes

Class FesMapSolveResult

java.lang.Object
jline.api.fes.FesMapSolveResult

public final class FesMapSolveResult extends Object
System metrics of the closed model made of a delay and a MAP flow-equivalent server. Copyright (c) 2012-2026, Imperial College London All rights reserved.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final double[]
    Distribution of the jobs held by the flow-equivalent server, index k = P(k jobs).
    final double
    Mean number of jobs held by the flow-equivalent server.
    final double
    Mean response time of the aggregated subnetwork, N/X - E[Z].
    final double
    System throughput.
  • Constructor Summary

    Constructors
    Constructor
    Description
    FesMapSolveResult(double X, double R, double Q, double[] pk)
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • X

      public final double X
      System throughput.
    • R

      public final double R
      Mean response time of the aggregated subnetwork, N/X - E[Z].
    • Q

      public final double Q
      Mean number of jobs held by the flow-equivalent server.
    • pk

      public final double[] pk
      Distribution of the jobs held by the flow-equivalent server, index k = P(k jobs).
  • Constructor Details

    • FesMapSolveResult

      public FesMapSolveResult(double X, double R, double Q, double[] pk)