Interface ServiceResult

    • Method Detail

      • getMeanResponseTime

        double getMeanResponseTime()
        Returns the value of the 'Mean Response Time' attribute.

        If the meaning of the 'Mean Response Time' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Mean Response Time' attribute.
        See Also:
        setMeanResponseTime(double), RepositorydecoratorPackage.getServiceResult_MeanResponseTime()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setMeanResponseTime

        void setMeanResponseTime​(double value)
        Sets the value of the ' Mean Response Time' attribute.
        Parameters:
        value - the new value of the 'Mean Response Time' attribute.
        See Also:
        getMeanResponseTime()
        Generated class or method.
      • getThroughput

        double getThroughput()
        Returns the value of the 'Throughput' attribute.

        If the meaning of the 'Throughput' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Throughput' attribute.
        See Also:
        setThroughput(double), RepositorydecoratorPackage.getServiceResult_Throughput()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setThroughput

        void setThroughput​(double value)
        Sets the value of the ' Throughput' attribute.
        Parameters:
        value - the new value of the 'Throughput' attribute.
        See Also:
        getThroughput()
        Generated class or method.