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
-
-
Field Summary
Fields Modifier and Type Field Description public MatrixPNpublic MatrixSNpublic Stringmethodpublic Stringsolverpublic intiterpublic MatrixQNpublic MatrixUNpublic MatrixRNpublic MatrixTNpublic MatrixANpublic MatrixWNpublic MatrixCNpublic MatrixXNpublic Array<Array<Matrix>>QNtpublic Array<Array<Matrix>>RNtpublic Array<Array<Matrix>>UNtpublic Array<Array<Matrix>>TNtpublic Array<Array<Matrix>>XNtpublic Array<Array<Matrix>>CNtpublic Matrixtpublic Matrixpi_tpublic MatrixSSpublic doubleruntime
-
Constructor Summary
Constructors Constructor Description LayeredSolverResult()
-
Method Summary
Modifier and Type Method Description LayeredSolverResultdeepCopy()Creates a deep copy of this layered solver result. -
-
Method Detail
-
deepCopy
LayeredSolverResult deepCopy()
Creates a deep copy of this layered solver result.
- Returns:
a new LayeredSolverResult with copied data
-
-
-
-