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

Packages that use Aspect
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 Aspect in org.objectweb.jac.ide
 

Methods in org.objectweb.jac.ide that return Aspect
 Aspect AspectConfiguration.getAspect()
          Get the value of aspect.
 

Methods in org.objectweb.jac.ide with parameters of type Aspect
static void CodeGeneration.createAspectCode(Project prj, Aspect a, File baseDir, String ppath)
          Generate java source code for an aspect.
 void AspectConfiguration.setAspect(Aspect v)
          Set the value of aspect.
 void Package.addAspect(Aspect a)
           
 

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

Methods in org.objectweb.jac.ide.diagrams that return Aspect
 Aspect AspectFigure.getAspect()
           
 

Methods in org.objectweb.jac.ide.diagrams with parameters of type Aspect
 void AspectFigureCreationTool.importAspect(Aspect cl)