Class LcfsqnMvaResult

  • All Implemented Interfaces:

    
    public final class LcfsqnMvaResult
    
                        

    Result class for LCFS MVA algorithm

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Matrix T
      private final Matrix Q
      private final Matrix U
      private final Matrix B
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Matrix getT() Throughput vector (1 x R)
      final Matrix getQ() Queue length matrix (2 x R)
      final Matrix getU() Utilization matrix (2 x R)
      final Matrix getB() Back probability matrix (2 x R)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait