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

Packages that use UMLMultiLink
de.uni_paderborn.fujaba.codegen   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.uml.utility   
 

Uses of UMLMultiLink in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type UMLMultiLink
protected  OOGenToken UMLStoryPatternOOHandler.generateCodeForMultiLink(UMLStoryPattern thePattern, OOGenToken top, UMLMultiLink multiLink)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLStoryPatternOOHandler.updateMultilink(UMLMultiLink multilink)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLMultiLink in de.uni_paderborn.fujaba.uml
 

Methods in de.uni_paderborn.fujaba.uml that return UMLMultiLink
 UMLMultiLink UMLMultiLink.getNextMultiLink()
          Get the nextMultiLink attribute of the UMLMultiLink object
 UMLMultiLink UMLMultiLink.getPreviousMultiLink()
          Get the previousMultiLink attribute of the UMLMultiLink object
 UMLMultiLink UMLLink.getRevSourceLink()
          Get the revSourceLink attribute of the UMLLink object
 UMLMultiLink UMLLink.getRevTargetLink()
          Get the revTargetLink attribute of the UMLLink object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLMultiLink
 boolean UMLObject.addToRevContainerObject(UMLMultiLink value)
          Access method for an one to n association.
 boolean UMLObject.removeFromRevContainerObject(UMLMultiLink value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLObject.hasInRevContainerObject(UMLMultiLink value)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLMultiLink.setNextMultiLink(UMLMultiLink aMultiLink)
          Sets the nextMultiLink attribute of the UMLMultiLink object
 void UMLMultiLink.setPreviousMultiLink(UMLMultiLink aMultiLink)
          Sets the previousMultiLink attribute of the UMLMultiLink object
 void UMLLink.setRevSourceLink(UMLMultiLink revSourceLink)
          Sets the revSourceLink attribute of the UMLLink object
 void UMLLink.setRevTargetLink(UMLMultiLink revTargetLink)
          Sets the revTargetLink attribute of the UMLLink object
 

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

Methods in de.uni_paderborn.fujaba.uml.utility that return UMLMultiLink
 UMLMultiLink MultiLinkGenerator.generateFirstMultiLink(UMLObject containerObject, UMLIncrement umlIncrement)
          No comment provided by developer, please add a comment to improve documentation.
 UMLMultiLink MultiLinkGenerator.generateLastMultiLink(UMLObject containerObject, UMLIncrement umlIncrement)
          No comment provided by developer, please add a comment to improve documentation.
 UMLMultiLink MultiLinkGenerator.generateMultiLink(int type, int index, boolean negative, UMLObject containerObject, ASGElement asgElement, ASGElement secondAsgElement)
          No comment provided by developer, please add a comment to improve documentation.