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

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

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

Methods in org.objectweb.jac.ide that return Link
 Link Role.getLink()
           
 Link LinkFigure.getLink()
           
 

Methods in org.objectweb.jac.ide with parameters of type Link
 void Role.setLink(Link link)
           
 

Constructors in org.objectweb.jac.ide with parameters of type Link
Role(Link link)
           
RelationRole(Link link)
           
LinkFigure(Link link)
           
LinkFigure(Link link, Point nameCorner, Point startRoleCorner, Point startCardinalityCorner, Point endRoleCorner, Point endCardinalityCorner)
           
 

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

Methods in org.objectweb.jac.ide.diagrams with parameters of type Link
 void RelationLinkShowTool.showRelation(Link link)