Uses of Class
de.uni_paderborn.fujaba.uml.UMLLink

Packages that use UMLLink
de.uni_paderborn.fujaba.codegen   
de.uni_paderborn.fujaba.gui Graphical User Interface 
de.uni_paderborn.fujaba.gxl   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.uml.unparse   
de.uni_paderborn.fujaba.uml.utility   
 

Uses of UMLLink in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type UMLLink
protected  boolean UMLStoryPatternOOHandler.createNegativeLinkSearch(UMLLink umlLink, java.util.HashMap boundObjects, java.util.HashMap isomorphicBindings)
          No comment provided by developer, please add a comment to improve documentation.
protected  boolean UMLStoryPatternOOHandler.postponeLinkCodeGeneration(UMLLink umlLink, java.util.HashMap boundObjects, java.util.HashMap isomorphicBindings)
          No comment provided by developer, please add a comment to improve documentation.
protected  OOGenToken[] UMLStoryPatternOOHandler.generateCodeForLink(UMLStoryPattern thePattern, OOGenToken top, UMLLink umlLink)
          No comment provided by developer, please add a comment to improve documentation.
protected  boolean UMLStoryPatternOOHandler.isNavigable(UMLLink link, UMLObject source)
          Get the navigable attribute of the UMLStoryPatternOOHandler object
 

Uses of UMLLink in de.uni_paderborn.fujaba.gui
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLLink
private  void PEActLink.fillAssociations(UMLLink link)
          Fills the list of associations.
 

Uses of UMLLink in de.uni_paderborn.fujaba.gxl
 

Methods in de.uni_paderborn.fujaba.gxl with parameters of type UMLLink
private  boolean UMLActivityDiagramFilter.verifyUMLLink(UMLLink vObject)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLLink in de.uni_paderborn.fujaba.uml
 

Subclasses of UMLLink in de.uni_paderborn.fujaba.uml
 class UMLLinkSet
          No comment provided by developer, please add a comment to improve documentation.
 class UMLPath
          This class represents path expressions
 

Fields in de.uni_paderborn.fujaba.uml declared as UMLLink
private  UMLLink UMLMultiLink.sourceLink
          No comment provided by developer, please add a comment to improve documentation.
private  UMLLink UMLMultiLink.targetLink
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.uml that return UMLLink
 UMLLink UMLMultiLink.getSourceLink()
          Get the sourceLink attribute of the UMLMultiLink object
 UMLLink UMLMultiLink.getTargetLink()
          Get the targetLink attribute of the UMLMultiLink object
 UMLLink UMLLink.getSuccessorLink(java.util.TreeMap objectsMap)
          Get the successorLink attribute of the UMLLink object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLLink
 boolean UMLObject.hasInRevSource(UMLLink value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLObject.addToRevSource(UMLLink value)
          Access method for an one to n association.
 boolean UMLObject.removeFromRevSource(UMLLink value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLObject.hasInRevTarget(UMLLink value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLObject.addToRevTarget(UMLLink value)
          Access method for an one to n association.
 boolean UMLObject.removeFromRevTarget(UMLLink value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLMultiLink.setSourceLink(UMLLink sourceLink)
          Sets the sourceLink attribute of the UMLMultiLink object
 boolean UMLMultiLink.setTargetLink(UMLLink targetLink)
          Sets the targetLink attribute of the UMLMultiLink object
 int UMLMultiLink.getContext(UMLObject leftObject, UMLObject rightObject, UMLLink leftLink, UMLLink rightLink)
          Get the context attribute of the UMLMultiLink object
static boolean UMLLink.checkSwap(UMLLink link)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLAssoc.hasInInstances(UMLLink elem)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLAssoc.addToInstances(UMLLink elem)
          Access method for an one to n association.
 void UMLAssoc.removeFromInstances(UMLLink elem)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLLink
UMLMultiLink(UMLLink sourceLink, UMLLink targetLink, UMLObject containerObject, int type)
          Constructor for class UMLMultiLink
UMLMultiLink(UMLLink sourceLink, UMLLink targetLink, UMLObject containerObject, int type, int index)
          Constructor for class UMLMultiLink
 

Uses of UMLLink in de.uni_paderborn.fujaba.uml.unparse
 

Methods in de.uni_paderborn.fujaba.uml.unparse with parameters of type UMLLink
private  JGrab UMLink.createGrab(UMLLink link, FSABendLine line, javax.swing.JComponent grabParent, java.lang.String role, UMLObject target)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLLink in de.uni_paderborn.fujaba.uml.utility
 

Methods in de.uni_paderborn.fujaba.uml.utility with parameters of type UMLLink
static de.upb.tools.fca.FTreeSet UMLObjectDiagramUtility.getAssociations(UMLLink link)
          Returns the list of associations for a link.