Package jline.api.fes

Class Fes_map_interdeparture

java.lang.Object
jline.api.fes.Fes_map_interdeparture

public final class Fes_map_interdeparture extends Object
Builds the MAP (T0,T1) of the inter-departure times of a closed subnetwork made of one MAP station and one MAP flow-equivalent server. Implements the block bidiagonal construction of Casale, Mi, Cherkasova and Smirni, IEEE Trans. Soft. Eng. 37(5), 2011, Section 5.2.2. Level k is the population of the flow-equivalent server, so the station holds n-k jobs and both processes may be load dependent. Marked transitions are the completions of the station, which are the departures fed to the rest of the model. Copyright (c) 2012-2026, Imperial College London All rights reserved.
  • Method Details

    • fes_map_interdeparture

      public static MatrixCell fes_map_interdeparture(List<MatrixCell> maps, List<MatrixCell> fes, int n)
      Builds the inter-departure MAP of a subnetwork holding n jobs.
      Parameters:
      maps - per-level service processes of the station, index j-1 holding j jobs
      fes - per-level processes of the flow-equivalent server, index k-1 holding k jobs
      n - number of jobs circulating in the subnetwork
      Returns:
      the pair (T0,T1) of the inter-departure MAP