Package jline.api.fes
Class Fes_map_interdeparture
java.lang.Object
jline.api.fes.Fes_map_interdeparture
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 Summary
Modifier and TypeMethodDescriptionstatic MatrixCellfes_map_interdeparture(List<MatrixCell> maps, List<MatrixCell> fes, int n) Builds the inter-departure MAP of a subnetwork holding n jobs.
-
Method Details
-
fes_map_interdeparture
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 jobsfes- per-level processes of the flow-equivalent server, index k-1 holding k jobsn- number of jobs circulating in the subnetwork- Returns:
- the pair (T0,T1) of the inter-departure MAP
-