Overview | Parentpackage |
The asymmetricConcernComposition package provides concepts for asymmetrically composing concerns.
Package Summary | |
---|---|
aspectualSubject | The aspectualSubject package encompasses the concepts required for identifying where to apply
an Advice. |
aspectualKind | The aspectualKind package comprises the concepts necessary to describe how to augment or constrain
other ConcernModules. |
Class Summary | |
---|---|
AsymmetricCompositionRule | The AsymmetricCompositionRule is a specialization of the
ConcernCompositionRule for asymmetric composition mechanisms and represents a combination of an Advice, a Pointcut, a RelativePositionKind, and an EffectKind. Constraints:
|
Aspect | Aspects are used to encapsulate a set of Advice that together contribute to a certain concern |
PointcutRepository | The PointcutRepository serves as a Repository for Pointcuts.
Singleton. |