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

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

Subclasses of RelationLink in org.objectweb.jac.ide
 class PointcutLink
           
 

Methods in org.objectweb.jac.ide with parameters of type RelationLink
static void CodeGeneration.createRelationCode(LineNumberWriter output, Map lineNumbers, RelationLink rel, RelationRole role, boolean isInterface)
           
 

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

Methods in org.objectweb.jac.ide.diagrams with parameters of type RelationLink
 void DiagramView.importRelation(RelationLink relation)
          Import a relation in the diagram.