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 Details

    • 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:
      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:
      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:
      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:
      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:
      Generated class or method.
      EMF model class or method.
      default="MANDATORY" required="true"
    • setPlacementPolicy

      void setPlacementPolicy(PlacementPolicy value)
      Sets the value of the 'Placement Policy' attribute.
      Parameters:
      value - the new value of the 'Placement Policy' attribute.
      See Also:
      Generated class or method.