Class MomSolverResult

  • All Implemented Interfaces:

    
    public final class MomSolverResult
    
                        

    Result container for MOM solver computations

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final RealMatrix X
      private final RealMatrix Q
      private final DoubleArray G
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final RealMatrix getX() Throughput matrix (M×R) - throughput of each class at each station
      final RealMatrix getQ() Queue length matrix (M×R) - average queue length of each class at each station
      final DoubleArray getG() Normalizing constant vector - normalizing constants for the queueing network
      Boolean equals(Object other)
      Integer hashCode()
      • Methods inherited from class java.lang.Object

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

      • MomSolverResult

        MomSolverResult(RealMatrix X, RealMatrix Q, DoubleArray G)
    • Method Detail

      • getX

         final RealMatrix getX()

        Throughput matrix (M×R) - throughput of each class at each station

      • getQ

         final RealMatrix getQ()

        Queue length matrix (M×R) - average queue length of each class at each station

      • getG

         final DoubleArray getG()

        Normalizing constant vector - normalizing constants for the queueing network