Package jline.io
Class Ret
java.lang.Object
jline.io.Ret
Container class for return types used throughout the LINE queueing network solver library.
This class provides a centralized collection of data structures used as return types from various queueing network analysis algorithms. Each inner class represents a specific return type tailored to the output requirements of different solvers and methods.
The return types are organized into several categories:
- MVA (Mean Value Analysis) variants: pfqnMVA, pfqnMVALD, pfqnMVALDMX, etc.
- Normalizing constant methods: pfqnNc, pfqnNcXQ, pfqnNcComplex, etc.
- Approximation methods: pfqnAMVA, LinearizerResult, etc.
- Cache analysis: cacheMVA, cacheXiFp, cacheGamma, etc.
- Distribution fitting: mamAPH2Fit, mamMMAPMixtureFit, etc.
- Sampling and simulation: ctmcSimulation, SampleResult, etc.
- Solver results: DistributionResult, ProbabilityResult, etc.
These return types enable type-safe communication between different components of the solver library and provide clear interfaces for algorithm outputs.
- Since:
- 1.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classEntry for the action map in snToAG.static classResult class for afterEventHashedOrAdd methodstatic classRepresents the return type for the cache gamma linear program computations.static classRepresents the return type for cache importance sampling method.static classDeprecated.Use cacheMissSpm insteadstatic classRepresents the return type for cache miss rate computations with the SPM method.static classRepresents the return type for the cache MVA (Mean Value Analysis) computations.static classDeprecated.Use cacheSpm insteadstatic classRepresents the return type for cache ray method.static classResult type for the cache characteristic time (xi) fixed-point algorithm.static classstatic classUnified result type for distribution computations in queueing network solvers.static classstatic classResult type for event-based state space exploration functions.static classstatic classstatic classstatic classResult class for getHashOrAdd methodstatic classUnified result type for linearizer approximation methods.static classConstructs a lossnErlangFPReturn object with the specified queue-length, loss probability, blocking probability, and iteration count.static classReturn type for Monte Carlo importance-sampling summation of loss networks (Lossn_mci), holding carried load, class blocking, the log normalization constant, and delta-method confidence intervals.static classClass representing the return type for the fitting of a 2-phase APH (Acyclic Phase-Type) distribution.static classA class to represent the return type of the map2_fit function, holding the transition matrices and possibly other fitting results.static classClass representing the return type for fitting a mixture model to a MMAP.static classConstructor initializing the sample data, number of types, and type indices.static classData structure to return the results of non-product-form queueing network approximation.static classResult type for the Akyildiz-Bolch (A/B) linearizer method for load-dependent multi-server BCMP networks.static classData structure for storing results from the AMVA (Approximate Mean Value Analysis) method.static classData structure for storing results from the AMVA MS (Approximate Mean Value Analysis Multiservice) method.static classResult type for the Schmidt AMVA algorithm.static classData structure for storing results the COMOM method.static classData structure for storing results from the load-dependent COMOM method.static classData structure for storing results from the CoMoM multiserver method.static classFunction class for the integrand used in cubature calculations.static classData structure to hold the results of the DAC (Distribution Analysis by Chain) method.static classData structure for storing linearizer estimtate results from a queueing network analysis.static classData structure for storing results from a FNC (Fitting Normalizing Constants) calculation.static classIndex key for caching intermediate results in the pfqn_gld (Generalized Local Balance) algorithm.static classResult type for Harel et al.static classData structure to hold extended results from the MVA computation, particularly focusing on error corrections.static classData structure for storing results from a fixed-point iteration method.static classData structure for storing results from a fixed-point iteration method with normalization.static classData structure for storing intermediate estimates from the linearizer method.static classData structure for storing estimated intermediate results from the MS linearizer method.static classResult type for the Method of Moments (MoM) exact algorithm.static classResult type for the MVA (Mean Value Analysis) algorithm.static classResult type for the MVAC (mean value analysis by chain) algorithm (seePfqn_mvac).static classResult type for the MVAC extension to queue-length dependent centers (seePfqn_mvacld).static classstatic classExtended result type for MVA with load-dependent stations and additional metrics.static classResult type for normalizing constant computations in product-form queueing networks.static classData structure for storing complex results from a normalizing constant calculation.static classData structure for the normalizing constant of a mixed limited load-dependent network.static classData structure for storing sanitized input parameters for a normalizing constant calculation.static classstatic classReturn type for pfqn_oi_fnc: the OI functional-server (FNC) rate handle muf(n), the FNC balance function Psi and rate mu tabulated as flat column-major vectors over the population lattice, with the lattice shape.static classReturn type for pfqn_ncoi and pfqn_pas_nc: normalizing constant of a closed order-independent (OI) / pass-and-swap + single-delay network, with its natural log.static classData structure for storing results from the ProCoMoM method.static classData structure for storing results from the procomom2 method.static classData structure for storing results from the Queue-Dependent (QD) approximate MVA method.static classJoint queue-length moment arrays of a closed product-form network, as returned by Pfqn_qlen_joint_moments.static classData structure for storing results from the RD method.static classResult type for the Schmidt method for load-dependent MVA with multi-server stations.static classResult type for exact analytic performance sensitivities of a closed product-form network (seePfqn_sens).static classResult type for the effective-capacity terms of the mixed load-dependent MVA together with their exact derivatives with respect to the open-class load, computed byPfqn_sens_ldmx_ec.static classResult type for the approximate higher moments of the per-station total queue lengths of a closed product-form network, computed by the LINEARIZER-2 / LINEARIZER-3 algorithms ofPfqn_sens_linearizer.static classResult type for the exact higher moments (up to order three) of the queue lengths of each CLASS GROUP at each station of a closed product-form network, computed byPfqn_sens_mom.static classResult type for the exact queue-length second moments of a closed load-independent product-form network, computed by the MVA-like moment recursion ofPfqn_sens_mva.static classResult type for the exact queue-length second moments of a mixed open/closed product-form network with limited load dependence, computed byPfqn_sens_mvaldmx.static classResult type for the exact moments of the sojourn time of a job at FCFS multiserver centers of a closed product-form network, computed byPfqn_sens_respt.static classUnified result type for probability computations in queueing network solvers.static classA class to store the results of queueing system analysis.static classReturn type for multi-class queueing system analysis with priorities.static classResult class for reachableSpaceGenerator methodstatic classUnified result type for sampling and simulation in queueing network solvers.static classA return type for the snDeaggregateChainResults method, encapsulating multiple chain-related matrix results.static classA unified return type for demand-related methods, supporting both simple demands (D, Z) and comprehensive chain demands with optional chain-specific parameters.static classA unified return type for methods returning product form parameters.static classResult type for the snToAG conversion.static classstatic classResult class for SVD (Singular Value Decomposition) -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Ret
public Ret()
-