Uses of Class
jline.lib.fjcodes.FJServiceH
Packages that use FJServiceH
-
Uses of FJServiceH in jline.lib.fjcodes
Methods in jline.lib.fjcodes that return FJServiceHModifier and TypeMethodDescriptionstatic FJServiceHBuildServiceH.build_Service_h(FJService service) Build service representation for a 2-node FJ job.Methods in jline.lib.fjcodes with parameters of type FJServiceHModifier and TypeMethodDescriptionstatic SAResultBuildSA.build_SA(FJService services, FJServiceH service_h, int C) Build state transition matrices S and A_jump.static PiResultComputePi.computePi(Matrix T, FJArrival arrival, FJService services, FJServiceH service_h, int C, Matrix S, Matrix A_jump) Compute steady-state distribution for the case with 2 replicas.static ComputeT.ComputeTResultComputeT.computeT(FJArrival arrival, FJService services, FJServiceH service_h, int C) static ComputeT.ComputeTResultComputeT.computeT(FJArrival arrival, FJService services, FJServiceH service_h, int C, String tMode) Compute T-matrix using specified method.static MatrixFJStateSpace.constructNotAllBusy(int C, FJService services, FJServiceH service_h) Construct state space matrix for not-all-busy states.static SRKResultFJStateSpace.constructSRK(int C, FJService services, FJServiceH service_h, Matrix S) Construct extended state space matrices (Se, Sestar, R0, Ke, Kc).static GenerateServiceResultGenerateService.generateService(FJService services, FJServiceH service_h, int C, Matrix S) Generate Phase-Type representation for service time.