Package jline.lib.fjcodes
Class FJStateSpace
java.lang.Object
jline.lib.fjcodes.FJStateSpace
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixconstructNotAllBusy(int C, FJService services, FJServiceH service_h) Construct state space matrix for not-all-busy states.static SRKResultconstructSRK(int C, FJService services, FJServiceH service_h, Matrix S) Construct extended state space matrices (Se, Sestar, R0, Ke, Kc).
-
Method Details
-
constructNotAllBusy
Construct state space matrix for not-all-busy states.- Parameters:
C- Capacity parameterservices- Service processservice_h- 2-node service representation- Returns:
- State transition matrix for not-all-busy states
-
constructSRK
Construct extended state space matrices (Se, Sestar, R0, Ke, Kc).- Parameters:
C- Capacity parameterservices- Service processservice_h- 2-node service representationS- Busy state transition matrix- Returns:
- SRKResult with all constructed matrices
-