|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMLAttr | |
de.uni_paderborn.fujaba.codegen | |
de.uni_paderborn.fujaba.gui | Graphical User Interface |
de.uni_paderborn.fujaba.gxl | |
de.uni_paderborn.fujaba.uml | UML-Abstract Syntax Tree Structure |
de.uni_paderborn.fujaba.uml.actions |
Uses of UMLAttr in de.uni_paderborn.fujaba.codegen |
Methods in de.uni_paderborn.fujaba.codegen with parameters of type UMLAttr | |
protected void |
UMLRoleOOHandlerSortedToManyStrategy.generateReadAccessMethods(UMLRole umlRole,
UMLRole partnerRole,
UMLAttr attr,
de.upb.tools.fca.FHashMap templateParameters,
java.util.Set accessMethods)
|
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. |
static java.lang.String |
AssocCodeGenerator.getTemplateBlockName(java.lang.String blockName,
UMLClass cls,
UMLAttr attr)
Deprecated. Use UMLClassOOHandler.getTemplateBlockName instead |
Uses of UMLAttr in de.uni_paderborn.fujaba.gxl |
Methods in de.uni_paderborn.fujaba.gxl with parameters of type UMLAttr | |
private boolean |
UMLClassDiagramFilter.verifyUMLAttr(UMLAttr vObject)
No comment provided by developer, please add a comment to improve documentation. |
Uses of UMLAttr in de.uni_paderborn.fujaba.uml |
Fields in de.uni_paderborn.fujaba.uml declared as UMLAttr | |
private UMLAttr |
UMLRole.associatedAttribute
0..1 0..1 UMLAttr ------------------------------------------------ UMLRole associatedAttribute implementingAssocRole |
private UMLAttr |
UMLQualifier.qualifiedAttr
0..1 qualifiedAttr n UMLAttr ------------------------------------- UMLQualifier qualifiedAttr revQualifiedAttr |
private UMLAttr |
UMLMethod.accessedAttribute
0..1 0..* UMLAttr -------------------------------------- UMLMethod accessedAttribute accessMethods |
private UMLAttr |
UMLAttrExprPair.instanceOf
0..n instanceOf 0..1 UMLAttrExprPair ---------------------------- UMLAttr instances instanceOf |
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 |
private static void |
UMLAttr.fixVisibility(UMLAttr umlAttr)
No comment provided by developer, please add a comment to improve documentation. |
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 |
Uses of UMLAttr in de.uni_paderborn.fujaba.uml.actions |
Methods in de.uni_paderborn.fujaba.uml.actions with parameters of type UMLAttr | |
private void |
RemoveGeneratedMethodsAction.removeAttrAccessors(UMLAttr attr,
AccessorOOHandler handler)
No comment provided by developer, please add a comment to improve documentation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |