Package jline.io

Class Ret

java.lang.Object
jline.io.Ret

public class Ret extends Object
Return classes
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Represents the return type for the cache gamma linear program computations.
    static class 
    Represents the return type for cache miss rate computations with the ray method.
    static class 
    Represents the return type for the cache MVA (Mean Value Analysis) computations.
    static class 
    Represents the return type for cache ray method.
    static class 
    Represents the return type for the cache xi fixed-point algorithm computations.
    static class 
     
    static class 
    A class modelling the output of afterEvent* functions
    static class 
     
    static class 
     
    static class 
     
    static class 
    Constructs a lossnErlangFPReturn object with the specified queue-length, loss probability, blocking probability, and iteration count.
    static class 
    Class representing the return type for the fitting of a 2-phase APH (Acyclic Phase-Type) distribution.
    static class 
    A class to represent the return type of the map2_fit function, holding the transition matrices and possibly other fitting results.
    static class 
    Class representing the return type for fitting a mixture model to a MMAP.
    static class 
    Constructor initializing the sample data, number of types, and type indices.
    static class 
    Data structure to return the results of non-product-form queueing network approximation.
    static class 
    Data structure for storing results from the AMVA (Approximate Mean Value Analysis) method.
    static class 
    Data structure for storing results from the AMVA MS (Approximate Mean Value Analysis Multiservice) method.
    static class 
    Data structure for storing results the COMOM method.
    static class 
    Data structure for storing results from the load-dependent COMOM method.
    static class 
    Data structure for storing linearizer core results from a queueing network analysis.
    static class 
    Function class for the integrand used in cubature calculations.
    static class 
    Data structure for storing linearizer estimtate results from a queueing network analysis.
    static class 
    Data structure for storing results from a FNC (Fitting Normalizing Constants) calculation.
    static class 
    Data structure for storing linearizer forward results from a queueing network analysis.
    static class 
    Auxiliary class used to index interim results in pfqn_gld.
    static class 
    Data structure for storing results from a fixed-point iteration method.
    static class 
    Data structure for storing results from a fixed-point iteration method with normalization.
    static class 
    Data structure for storing results from the core linearizer method.
    static class 
    Data structure for storing intermediate estimates from the linearizer method.
    static class 
    Data structure for storing final results from the forward MVA step in the linearizer method.
    static class 
    Data structure for storing core results from the MS linearizer method.
    static class 
    Data structure for storing estimated intermediate results from the MS linearizer method.
    static class 
    Data structure for storing final results from the forward MVA step of the MS linearizer method.
    static class 
    Data structure to hold the results of the MVA (Mean Value Analysis) computation.
    static class 
    Data structure for storing results from an MVA computation using the LD method.
    static class 
    Data structure to hold the results of the MVA computation with additional detailed metrics.
    static class 
    Data structure to hold extended results from the MVA computation, particularly focusing on error corrections.
    static class 
    Data structure for storing results from a normalizing constant calculation.
    static class 
    Data structure for storing complex results from a normalizing constant calculation.
    static class 
    Data structure for storing sanitized input parameters for a normalizing constant calculation.
    static class 
    Data structure for storing results from a normalizing constant calculation involving throughputs and queue lengths.
    static class 
    Data structure for storing results from the RD method.
    static class 
    A class to store the results of queueing system analysis.
    static class 
    A return type for the snDeaggregateChainResults method, encapsulating multiple chain-related matrix results.
    static class 
    A return type for the snGetDemands method, encapsulating multiple matrix results.
    static class 
    A return type for the snGetDemandsChain method, encapsulating multiple chain-related matrix results.
    static class 
    A return type for methods returning product form chain parameters.
    static class 
    A return type for methods returning product form parameters.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Ret()
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • Ret

      public Ret()