Package jline.solvers

Class NetworkSolver

  • All Implemented Interfaces:

    
    public abstract class NetworkSolver
    extends Solver
                        

    Abstract base class for solvers applicable to queueing network models.

    This class provides the core functionality for analyzing queueing networks using various solution algorithms. It manages performance metrics computation including queue lengths, utilizations, response times, throughputs, and arrival rates at both steady-state and transient conditions.

    The solver operates on Network models and produces results through various table formats for different levels of aggregation (station-level, node-level, chain-level).