Package jline.api.sn

Class SnRefreshVisitsKt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static NetworkStruct snRefreshVisits(NetworkStruct sn, Matrix chains, Matrix rt, Matrix rtnodes) Reculate the visits to each node
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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