Uses of Interface
de.uni_paderborn.fujaba.metamodel.FAssoc

Packages that use FAssoc
de.uni_paderborn.fujaba.basic Basic Classes for Fujaba 
de.uni_paderborn.fujaba.metamodel   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of FAssoc in de.uni_paderborn.fujaba.basic
 

Methods in de.uni_paderborn.fujaba.basic that return FAssoc
private  FAssoc ClassDiagTemplateLoader.createAssoc(java.lang.String name, FClass left, FClass right, java.lang.String leftName, java.lang.String leftCard, java.lang.String rightName, java.lang.String rightCard, int sel)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of FAssoc in de.uni_paderborn.fujaba.metamodel
 

Methods in de.uni_paderborn.fujaba.metamodel that return FAssoc
 FAssoc FRole.getFAssoc()
          Get the assoc attribute of the UMLRole object
 

Uses of FAssoc in de.uni_paderborn.fujaba.uml
 

Classes in de.uni_paderborn.fujaba.uml that implement FAssoc
 class UMLAssoc
          Associations ------------- 0..n stereotype 0..1 UMLAssoc | getText() |----------------------------- UMLStereotype ------------- uMLAssoc uMLStereotype
 

Methods in de.uni_paderborn.fujaba.uml that return FAssoc
 FAssoc UMLRole.getFAssoc()
          Get the fAssoc attribute of the UMLRole object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type FAssoc
 void UMLRole.setRevLeftRole(FAssoc revLeftRole)
          Sets the revLeftRole attribute of the UMLRole object
 void UMLRole.setRevRightRole(FAssoc revRightRole)
          Sets the revRightRole attribute of the UMLRole object