Class DESResult

  • All Implemented Interfaces:

    
    public class DESResult
    extends SolverResult
                        
    Since:

    1.0

    Author:

    QORE Lab, Imperial College London

    • Constructor Detail

      • DESResult

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

        DESResult(Matrix QN, Matrix UN, Matrix RN, Matrix TN, Matrix CN, Matrix XN, Map<Integer, Matrix> tranSysState, Matrix tranSync, NetworkStruct sn)
        Constructs a DESResult 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