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

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

Uses of FCommentary in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen that return FCommentary
protected  FCommentary UMLRoleOOHandlerStrategy.createAssocComment(FRole umlRole, FRole partnerRole, FAttr attr)
           
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type FCommentary
 java.lang.String OOGenVisitor.createClassCommentary(FCommentary theCommentary)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenVisitor.createAttrCommentary(FCommentary theCommentary)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenVisitor.createMethodCommentary(FCommentary theCommentary)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenStrategyClient.createFClassCommentary(FCommentary theCommentary)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenStrategyClient.createFAttrCommentary(FCommentary theCommentary)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenStrategyClient.createFMethodCommentary(FCommentary theCommentary)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String GnuCPPClassGenVisitor.createAttrCommentary(FCommentary theCommentary)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of FCommentary in de.uni_paderborn.fujaba.metamodel
 

Methods in de.uni_paderborn.fujaba.metamodel that return FCommentary
 FCommentary FIncrement.getFComment()
          Get the comment attribute of the FIncrement object
 

Methods in de.uni_paderborn.fujaba.metamodel with parameters of type FCommentary
 void FIncrement.setComment(FCommentary comment)
          Sets the comment attribute of the FIncrement object
 

Uses of FCommentary in de.uni_paderborn.fujaba.uml
 

Classes in de.uni_paderborn.fujaba.uml that implement FCommentary
 class UMLCommentary
          Provides commentary nodes for the diags.
 

Methods in de.uni_paderborn.fujaba.uml that return FCommentary
 FCommentary UMLIncrement.getFComment()
          Get the fComment attribute of the UMLIncrement object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type FCommentary
 void UMLIncrement.setComment(FCommentary comment)
          Sets the comment attribute of the UMLIncrement object