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 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 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 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 classData structure for storing results from an MVA computation using the LD method.static classExtended result type for MVA with load-dependent stations and additional metrics.static classData structure to hold extended results from the MVA computation, particularly focusing on error corrections.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 storing sanitized input parameters for a normalizing constant calculation.static classData structure for storing results from a normalizing constant calculation involving throughputs and queue lengths.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 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 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()
-