Interface Advice

  • All Superinterfaces:
    org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass

    public interface Advice
    extends EObject, org.palladiosimulator.pcm.core.entity.NamedElement
    A representation of the model object 'Advice'.

    The following features are supported:

    See Also:
    featureSolution.FeatureSolutionPackage#getAdvice()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getPointCut

        PointCut getPointCut()
        Returns the value of the 'Point Cut' reference.

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

        Returns:
        the value of the 'Point Cut' reference.
        See Also:
        setPointCut(PointCut), featureSolution.FeatureSolutionPackage#getAdvice_PointCut()
        Generated class or method.
        EMF model class or method.
      • setPointCut

        void setPointCut​(PointCut value)
        Sets the value of the 'Point Cut' reference.
        Parameters:
        value - the new value of the 'Point Cut' reference.
        See Also:
        getPointCut()
        Generated class or method.
      • getAppears

        Appearance getAppears()
        Returns the value of the 'Appears' attribute. The default value is "BEFORE". The literals are from the enumeration Appearance.

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

        Returns:
        the value of the 'Appears' attribute.
        See Also:
        Appearance, setAppears(Appearance), featureSolution.FeatureSolutionPackage#getAdvice_Appears()
        Generated class or method.
        EMF model class or method.
        default="BEFORE" required="true"
      • setAppears

        void setAppears​(Appearance value)
        Sets the value of the 'Appears' attribute.
        Parameters:
        value - the new value of the 'Appears' attribute.
        See Also:
        Appearance, getAppears()
        Generated class or method.
      • getPlacementPolicy

        PlacementPolicy getPlacementPolicy()
        Returns the value of the 'Placement Policy' attribute. The default value is "MANDATORY". The literals are from the enumeration PlacementPolicy.

        If the meaning of the 'Placement Policy' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Placement Policy' attribute.
        See Also:
        PlacementPolicy, setPlacementPolicy(PlacementPolicy), featureSolution.FeatureSolutionPackage#getAdvice_PlacementPolicy()
        Generated class or method.
        EMF model class or method.
        default="MANDATORY" required="true"