Interface MethodLevelSourceCodeLink

All Superinterfaces:
AbstractMethodLevelSourceCodeLink, EObject, FileLevelSourceCodeLink, Notifier
All Known Subinterfaces:
ControlFlowLevelSourceCodeLink
All Known Implementing Classes:
ControlFlowLevelSourceCodeLinkImpl, MethodLevelSourceCodeLinkImpl

public interface MethodLevelSourceCodeLink extends AbstractMethodLevelSourceCodeLink
A representation of the model object ' Method Level Source Code Link'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getOperation

      org.palladiosimulator.pcm.repository.Signature getOperation()
      Returns the value of the 'Operation' reference.

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

      Returns:
      the value of the 'Operation' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      ordered="false"
    • setOperation

      void setOperation(org.palladiosimulator.pcm.repository.Signature value)
      Sets the value of the 'Operation' reference.
      Parameters:
      value - the new value of the 'Operation' reference.
      See Also:
      Generated class or method.