Interface AbstractMethodLevelSourceCodeLink

All Superinterfaces:
EObject, FileLevelSourceCodeLink, Notifier
All Known Subinterfaces:
ControlFlowLevelSourceCodeLink, MethodLevelResourceDemandingInternalBehaviorLink, MethodLevelSourceCodeLink
All Known Implementing Classes:
AbstractMethodLevelSourceCodeLinkImpl, ControlFlowLevelSourceCodeLinkImpl, MethodLevelResourceDemandingInternalBehaviorLinkImpl, MethodLevelSourceCodeLinkImpl

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

The following features are supported:

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

    • getFunction

      tools.mdsd.jamopp.model.java.members.Member getFunction()
      Returns the value of the 'Function' reference.

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

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

      void setFunction(tools.mdsd.jamopp.model.java.members.Member value)
      Sets the value of the 'Function' reference.
      Parameters:
      value - the new value of the 'Function' reference.
      See Also:
      Generated class or method.