|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMLAttr | |
de.uni_paderborn.fujaba.gui | Graphical User Interface |
de.uni_paderborn.fujaba.uml | UML-Abstract Syntax Tree Structure |
Uses of UMLAttr in de.uni_paderborn.fujaba.gui |
Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLAttr | |
static void |
PEVariable.handleAccessMethods(PESelection selection,
boolean createAccessMethods,
int umlVisibilityChoice,
UMLAttr newAttr)
Create or delete access methods for the attribute depending on the user selection. |
Uses of UMLAttr in de.uni_paderborn.fujaba.uml |
Methods in de.uni_paderborn.fujaba.uml that return UMLAttr | |
UMLAttr |
UMLRole.getAssociatedAttribute()
UMLMethod: '+ getAssociatedAttribute (): UMLAttr'. |
UMLAttr |
UMLQualifier.getQualifiedAttr()
UMLMethod: '+ getQualifiedAttr (): UMLAttr' |
UMLAttr |
UMLMethod.getAccessedAttribute()
Get the accessedAttribute attribute of the UMLMethod object |
UMLAttr |
UMLClass.getFromAttrs(java.lang.String key)
Get the fromAttrs attribute of the UMLClass object |
UMLAttr |
UMLClass.getPubAttrWithKey(java.lang.String key)
Check if an class has an public accessible Attribut including derived Attributs with given name and deliver it when found |
UMLAttr |
UMLClass.getFromAllAttrs(java.lang.String key)
Get the fromAllAttrs attribute of the UMLClass object |
UMLAttr |
UMLAttrExprPair.getInstanceOf()
Get the instanceOf attribute of the UMLAttrExprPair object |
Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLAttr | |
boolean |
UMLRole.setAssociatedAttribute(UMLAttr value)
UMLMethod: '+ setAssociatedAttribute (value: UMLAttr): Boolean'. |
void |
UMLAttrExprPair.setInstanceOf(UMLAttr instanceOf)
Sets the instanceOf attribute of the UMLAttrExprPair object |
Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLAttr | |
UMLQualifier(java.lang.String name,
java.lang.String type,
UMLRole revQualifier,
UMLAttr qualifiedAttr)
Constructor for class UMLQualifier |
|
UMLQualifier(java.lang.String name,
UMLBaseTypes type,
UMLRole revQualifier,
UMLAttr qualifiedAttr)
Constructor for class UMLQualifier |
|
UMLAttrExprPair(java.lang.String name,
int qualifier,
int operation,
java.lang.String expression,
UMLAttr instanceOf,
UMLObject revAttrs)
Constructor for class UMLAttrExprPair |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |