Package jline.solvers

Class LayeredSolverResult

  • All Implemented Interfaces:

    
    public class LayeredSolverResult
    extends SolverResult
                        

    Result container for layered queueing network solver analysis.

    LayeredSolverResult extends the base SolverResult to include metrics specific to layered queueing networks (LQNs). In addition to standard performance metrics, it provides processor utilization and service time measurements essential for analyzing software system models with nested service requests.

    LQN-specific metrics:

    • Processor utilization for hardware resource modeling
    • Service time breakdowns across software layers
    • End-to-end response time analysis
    • Resource bottleneck identification
    Since:

    1.0

    • Constructor Detail

      • LayeredSolverResult

        LayeredSolverResult()
    • Method Detail

      • deepCopy

         LayeredSolverResult deepCopy()

        Creates a deep copy of this layered solver result.

        Returns:

        a new LayeredSolverResult with copied data