Interface LinkingResourceCost

All Superinterfaces:
Cost, EObject, Notifier
All Known Subinterfaces:
FixedLinkingResourceCost, VariableLinkingResourceCost
All Known Implementing Classes:
FixedLinkingResourceCostImpl, LinkingResourceCostImpl, VariableLinkingResourceCostImpl

public interface LinkingResourceCost extends Cost
A representation of the model object ' Linking Resource Cost'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • 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:
      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:
      Generated class or method.