Interface ResourceUsage

    • Method Detail

      • getUsageTime

        de.uka.ipd.sdq.probfunction.ProbabilityDensityFunction getUsageTime()
        Returns the value of the 'Usage Time' containment reference.

        If the meaning of the 'Usage Time' containment reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Usage Time' containment reference.
        See Also:
        setUsageTime(ProbabilityDensityFunction), ResourceModelPackage.getResourceUsage_UsageTime()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true"
      • setUsageTime

        void setUsageTime​(de.uka.ipd.sdq.probfunction.ProbabilityDensityFunction value)
        Sets the value of the 'Usage Time' containment reference.
        Parameters:
        value - the new value of the 'Usage Time' containment reference.
        See Also:
        getUsageTime()
        Generated class or method.
      • setResource

        void setResource​(ActiveResource value)
        Sets the value of the 'Resource' reference.
        Parameters:
        value - the new value of the 'Resource' reference.
        See Also:
        getResource()
        Generated class or method.