Package jline.api.sn
Class SnRefreshVisitsKt
-
- All Implemented Interfaces:
public final class SnRefreshVisitsKt
-
-
Method Summary
Modifier and Type Method Description final static NetworkStructsnRefreshVisits(NetworkStruct sn, Matrix chains, Matrix rt, Matrix rtnodes)Reculate the visits to each node -
-
Method Detail
-
snRefreshVisits
final static NetworkStruct snRefreshVisits(NetworkStruct sn, Matrix chains, Matrix rt, Matrix rtnodes)
Reculate the visits to each node
- Parameters:
sn-NetworkStruct object for the queueing network model. The object will be updated by the method.
chains-chain membership for each class
rt-routing table among stations
rtnodes-routing table among nodes
- Returns:
updated sn structure
-
-
-
-