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

Packages that use FAssoc
de.uni_paderborn.fujaba.metamodel   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

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