Interface BehaviourInclusion

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, DescribedElement, EObject, de.uka.ipd.sdq.identifier.Identifier, InclusionMechanism, NamedElement, Notifier
All Known Implementing Classes:
BehaviourInclusionImpl

public interface BehaviourInclusion extends InclusionMechanism
A representation of the model object 'Behaviour Inclusion'.

The following features are supported:

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

    • getPointCut

      EList<PointCut> getPointCut()
      Returns the value of the 'Point Cut' containment reference list. The list contents are of type PointCut.

      If the meaning of the 'Point Cut' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Point Cut' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • getAdvice

      EList<Advice> getAdvice()
      Returns the value of the 'Advice' containment reference list. The list contents are of type Advice.

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

      Returns:
      the value of the 'Advice' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • getImports

      EList<Import> getImports()
      Returns the value of the 'Imports' containment reference list. The list contents are of type Import.

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

      Returns:
      the value of the 'Imports' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • getFeatureCompletion

      FeatureSelection getFeatureCompletion()
      Returns the value of the 'Feature Completion' containment reference.

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

      Returns:
      the value of the 'Feature Completion' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true"
    • setFeatureCompletion

      void setFeatureCompletion(FeatureSelection value)
      Sets the value of the 'Feature Completion' containment reference.
      Parameters:
      value - the new value of the 'Feature Completion' containment reference.
      See Also:
      Generated class or method.