Interface BehaviourInclusion

    • Method Detail

      • 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:
        FeatureSolutionPackage.getBehaviourInclusion_PointCut()
        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:
        FeatureSolutionPackage.getBehaviourInclusion_Advice()
        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:
        FeatureSolutionPackage.getBehaviourInclusion_Imports()
        Generated class or method.
        EMF model class or method.
        containment="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:
        getFeatureCompletion()
        Generated class or method.