Class LDESResult

  • All Implemented Interfaces:

    
    public class LDESResult
    extends SolverResult
                        
    Since:

    1.0

    Author:

    QORE Lab, Imperial College London

    • Constructor Detail

      • LDESResult

        LDESResult()
        Constructs an empty LDESResult to allow field population from different sources.
      • LDESResult

        LDESResult(Matrix QN, Matrix UN, Matrix RN, Matrix TN, Matrix CN, Matrix XN, Map<Integer, Matrix> tranSysState, Matrix tranSync, NetworkStruct sn)
        Constructs a LDESResult with the specified performance metrics and state information.
        Parameters:
        QN - queue lengths [stations x classes]
        UN - utilizations [stations x classes]
        RN - response times [stations x classes]
        TN - throughputs [stations x classes]
        CN - visit counts [stations x classes]
        XN - arrival rates [stations x classes]
        tranSysState - transient system states indexed by time
        tranSync - transient synchronization matrix
        sn - network structure information
    • Method Detail