Package jline.solvers

Class SolverAvgHandles

  • All Implemented Interfaces:

    
    public class SolverAvgHandles
    
                        

    Container for organized performance metric handles computed by queueing network solvers.

    SolverAvgHandles groups all the average performance metric handles into a single container for convenient access and management. Each handle corresponds to a different type of performance measure and provides structured access to metrics by station and job class.

    Standard performance metrics included:

    • Q - Queue lengths (mean number of jobs)
    • U - Utilization (fraction of time busy)
    • R - Response times (time from arrival to departure)
    • W - Residence times (time spent at specific stations)
    • T - Throughputs (job completion rates)
    • A - Arrival rates (job arrival rates)
    Since:

    1.0