Interface LinkingResourceCost

    • Method Detail

      • getLinkingresource

        org.palladiosimulator.pcm.resourceenvironment.LinkingResource getLinkingresource()
        Returns the value of the 'Linkingresource' reference.

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

        Returns:
        the value of the 'Linkingresource' reference.
        See Also:
        setLinkingresource(LinkingResource), costPackage.getLinkingResourceCost_Linkingresource()
        Generated class or method.
        EMF model class or method.
        required="true" ordered="false"
      • setLinkingresource

        void setLinkingresource​(org.palladiosimulator.pcm.resourceenvironment.LinkingResource value)
        Sets the value of the 'Linkingresource' reference.
        Parameters:
        value - the new value of the 'Linkingresource' reference.
        See Also:
        getLinkingresource()
        Generated class or method.