Overview | Parentpackage |
The aspectualKind package comprises the concepts necessary to describe how to augment or constrain
other ConcernModules.
Class Summary | |
---|---|
Advice | The Advice specifies how to augment or constrain other ConcernModules at JoinPoints matched
by a Pointcut. |
SimpleAdvice | Depending on what the modeler wishes to do, there are three different ways of specifying a SimpleAdvice,
namely to change modeling elements, their attributes, or their references. Constraints:
|
CompositeAdvice | For reuse purposes, an Advice can be composed of a coherent set of SimpleAdvice, to form a CompositeAdvice. |