Interface ControlFlowLevelSourceCodeLink

All Superinterfaces:
AbstractMethodLevelSourceCodeLink, EObject, FileLevelSourceCodeLink, MethodLevelSourceCodeLink, Notifier
All Known Implementing Classes:
ControlFlowLevelSourceCodeLinkImpl

public interface ControlFlowLevelSourceCodeLink extends MethodLevelSourceCodeLink
A representation of the model object ' Control Flow Level Source Code Link'.

The following features are supported:

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

    • getAbstractAction

      org.palladiosimulator.pcm.seff.AbstractAction getAbstractAction()
      Returns the value of the 'Abstract Action' reference.

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

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

      void setAbstractAction(org.palladiosimulator.pcm.seff.AbstractAction value)
      Sets the value of the 'Abstract Action' reference.
      Parameters:
      value - the new value of the 'Abstract Action' reference.
      See Also:
      Generated class or method.
    • getStatement

      tools.mdsd.jamopp.model.java.statements.Statement getStatement()
      Returns the value of the 'Statement' reference.

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

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

      void setStatement(tools.mdsd.jamopp.model.java.statements.Statement value)
      Sets the value of the 'Statement' reference.
      Parameters:
      value - the new value of the 'Statement' reference.
      See Also:
      Generated class or method.