* @param advice
* @return the newly created wrapper advice
*/
Advice addAdvice( BeforeAfterAdvice advice ) {
// create the wrapper advice
CFlowBeforeAfterAdvice cflowAdvice =
new CFlowBeforeAfterAdvice(
advice,
conditions );
// create mapping
adviceMapping.put( advice, cflowAdvice );