Package jline.api.sn
Class SnInterlockChain
java.lang.Object
jline.api.sn.SnInterlockChain
Aggregation of a class-indexed interlock matrix to the chain basis the MVA solvers work in.
ILclass(r,s) is the share of the class-s queue that a class-r arrival must not see, the
interlocked flow of Franks (1999), Eq. (4.7). Two classes of the same chain belong to the
same client, so the diagonal blocks carry no information and the chain diagonal stays zero:
an arrival always sees its own chain in full.
Reference: G. Franks, "Performance Analysis of Distributed Server Systems", PhD thesis,
Carleton University, 1999, Ch. 4.
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatrixsnInterlockChain(NetworkStruct sn, Matrix ILclass)
-
Method Details
-
snInterlockChain
-