Package jline.lib.fjcodes
Class FJStateSpaceKt
-
- All Implemented Interfaces:
public final class FJStateSpaceKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixconstructNotAllBusy(Integer C, FJService services, FJServiceH service_h)Construct state space matrix for not-all-busy states final static SRKResultconstructSRK(Integer C, FJService services, FJServiceH service_h, Matrix S)Construct extended state space matrices (Se, Sestar, R0, Ke, Kc) -
-
Method Detail
-
constructNotAllBusy
final static Matrix constructNotAllBusy(Integer C, FJService services, FJServiceH service_h)
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
final static SRKResult constructSRK(Integer C, FJService services, FJServiceH service_h, Matrix S)
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
-
-
-
-