Interface AbstractActionClassMethodLink

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
AbstractActionClassMethodLinkImpl

public interface AbstractActionClassMethodLink extends EObject
A representation of the model object ' Abstract Action Class Method Link'.

The following features are supported:

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

    • getClassMethod

      tools.mdsd.jamopp.model.java.members.ClassMethod getClassMethod()
      Returns the value of the 'Class Method' reference.

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

      Returns:
      the value of the 'Class Method' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setClassMethod

      void setClassMethod(tools.mdsd.jamopp.model.java.members.ClassMethod value)
      Sets the value of the 'Class Method' reference.
      Parameters:
      value - the new value of the 'Class Method' reference.
      See Also:
      Generated class or method.
    • 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.
    • 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.