|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FDeclaration | |
de.uni_paderborn.fujaba.codegen | |
de.uni_paderborn.fujaba.metamodel | |
de.uni_paderborn.fujaba.uml | UML-Abstract Syntax Tree Structure |
Uses of FDeclaration in de.uni_paderborn.fujaba.codegen |
Methods in de.uni_paderborn.fujaba.codegen with parameters of type FDeclaration | |
java.lang.String |
OOGenStrategyClient.getVisibilityString(FDeclaration theDeclaration)
Get the visibilityString attribute of the OOGenStrategyClient object |
Uses of FDeclaration in de.uni_paderborn.fujaba.metamodel |
Subinterfaces of FDeclaration in de.uni_paderborn.fujaba.metamodel | |
interface |
FAttr
No comment provided by developer, please add a comment to improve documentation. |
interface |
FClass
Represents a class (e.g. |
interface |
FMethod
No comment provided by developer, please add a comment to improve documentation. |
interface |
FParam
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.metamodel with parameters of type FDeclaration | |
boolean |
FClass.addToParsedMembers(FDeclaration value)
Access method for a To N-association. |
boolean |
FClass.hasInParsedMembers(FDeclaration value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
FClass.removeFromParsedMembers(FDeclaration value)
No comment provided by developer, please add a comment to improve documentation. |
Uses of FDeclaration in de.uni_paderborn.fujaba.uml |
Classes in de.uni_paderborn.fujaba.uml that implement FDeclaration | |
class |
UMLAttr
Associations +-----------+ 1 1 UMLClass | getName() +------------------ UMLAttr +-----------+ parent attrs 0..1 0..1 UMLRole ------------------------------------------------ UMLAttr implementingAssocRole associatedAttribute 0..* 0..1 UMLMethod -------------------------------------- UMLAttr accessMethods accessedAttribute |
class |
UMLClass
UMLClass is the core element of UMLClass-Diagrams. |
class |
UMLDeclaration
|
class |
UMLMethod
Associatons 1 1 +---------------------+ UMLMethod ------------------------+ getFullMethodName() | UMLClass methods parent +---------------------+ +-----------+ 1 1 UMLClass | getName() +------------------------------ UMLMethod +-----------+ declares declaredInMethod 0..1 0..* UMLAttr -------------------------------------- UMLMethod accessedAttribute accessMethods 0..1 astRootNode 0..1 UMLMethod ------------------------------ ASTRootNode uMLMethod aSTRootNode |
class |
UMLParam
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.uml with parameters of type FDeclaration | |
boolean |
UMLClass.addToParsedMembers(FDeclaration value)
Access method for a To N-association. |
boolean |
UMLClass.hasInParsedMembers(FDeclaration value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLClass.removeFromParsedMembers(FDeclaration value)
No comment provided by developer, please add a comment to improve documentation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |