Uses of Class
org.objectweb.jac.ide.PointcutLink

Packages that use PointcutLink
org.objectweb.jac.ide This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). 
org.objectweb.jac.ide.diagrams   
 

Uses of PointcutLink in org.objectweb.jac.ide
 

Methods in org.objectweb.jac.ide with parameters of type PointcutLink
 void Aspect.addPointcutLink(PointcutLink l)
           
 void Aspect.removePointcutLink(PointcutLink l)
           
 

Uses of PointcutLink in org.objectweb.jac.ide.diagrams
 

Methods in org.objectweb.jac.ide.diagrams with parameters of type PointcutLink
 void PointcutLinkShowTool.choosePointcut(PointcutLink pointcut)