Interface UtilisationResult

    • Method Detail

      • setNormalisedWaitTime

        void setNormalisedWaitTime​(double value)
        Sets the value of the ' Normalised Wait Time' attribute.
        Parameters:
        value - the new value of the 'Normalised Wait Time' attribute.
        See Also:
        getNormalisedWaitTime()
        Generated class or method.
      • setResourceUtilisation

        void setResourceUtilisation​(double value)
        Sets the value of the ' Resource Utilisation' attribute.
        Parameters:
        value - the new value of the 'Resource Utilisation' attribute.
        See Also:
        getResourceUtilisation()
        Generated class or method.
      • getAverageWaitTime

        double getAverageWaitTime()
        Returns the value of the 'Average Wait Time' attribute. The default value is "0". The average time that each job has to wait before (FIFO) or while (processor sharing) accessing the resource.
        Returns:
        the value of the 'Average Wait Time' attribute.
        See Also:
        setAverageWaitTime(double), ResourceenvironmentdecoratorPackage.getUtilisationResult_AverageWaitTime()
        Generated class or method.
        EMF model class or method.
        default="0" required="true" ordered="false"
      • setAverageWaitTime

        void setAverageWaitTime​(double value)
        Sets the value of the ' Average Wait Time' attribute.
        Parameters:
        value - the new value of the 'Average Wait Time' attribute.
        See Also:
        getAverageWaitTime()
        Generated class or method.
      • setAverageQueueLength

        void setAverageQueueLength​(double value)
        Sets the value of the ' Average Queue Length' attribute.
        Parameters:
        value - the new value of the 'Average Queue Length' attribute.
        See Also:
        getAverageQueueLength()
        Generated class or method.
      • getMaxQueueLength

        int getMaxQueueLength()
        Returns the value of the 'Max Queue Length' attribute. The default value is "0". The maximum length of the queue at this resource that has been observed during a simulation or that has been analytically determined, if possible. For processor sharing, this is the maximum number of busy jobs - 1.
        Returns:
        the value of the 'Max Queue Length' attribute.
        See Also:
        setMaxQueueLength(int), ResourceenvironmentdecoratorPackage.getUtilisationResult_MaxQueueLength()
        Generated class or method.
        EMF model class or method.
        default="0" required="true" ordered="false"
      • setMaxQueueLength

        void setMaxQueueLength​(int value)
        Sets the value of the ' Max Queue Length' attribute.
        Parameters:
        value - the new value of the 'Max Queue Length' attribute.
        See Also:
        getMaxQueueLength()
        Generated class or method.