Interface ActivityMakingCallType

    • Method Detail

      • getCallsMean

        Object getCallsMean()
        Returns the value of the 'Calls Mean' attribute.

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

        Returns:
        the value of the 'Calls Mean' attribute.
        See Also:
        setCallsMean(Object), LqnPackage.getActivityMakingCallType_CallsMean()
        Generated class or method.
        EMF model class or method.
        dataType="org.palladiosimulator.solver.lqn.SrvnFloat" required="true" extendedMetaData="kind='attribute' name='calls-mean' namespace='##targetNamespace'"
      • setCallsMean

        void setCallsMean​(Object value)
        Sets the value of the 'Calls Mean' attribute.
        Parameters:
        value - the new value of the 'Calls Mean' attribute.
        See Also:
        getCallsMean()
        Generated class or method.