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

Packages that use FAttr
de.uni_paderborn.fujaba.codegen   
de.uni_paderborn.fujaba.gui Graphical User Interface 
de.uni_paderborn.fujaba.metamodel   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of FAttr in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen that return FAttr
 FAttr UMLRoleOOHandlerToManyStrategy.generateRole(FRole umlRole, java.util.Set readAccessMethods, java.util.Set writeAccessMethods)
          No comment provided by developer, please add a comment to improve documentation.
 FAttr UMLRoleOOHandlerStrategy.generateRole(FRole umlRole, java.util.Set readAccessMethods, java.util.Set writeAccessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  FAttr UMLRoleOOHandlerStrategy.createAttr(FRole umlRole, FRole partnerRole, java.lang.String attrType)
          No comment provided by developer, please add a comment to improve documentation.
protected  FAttr UMLRoleOOHandler.createAccessorDescriptions(FElement element, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  FAttr UMLAttrOOHandler.createAccessorDescriptions(FElement element, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected abstract  FAttr AccessorOOHandler.createAccessorDescriptions(FElement element, java.util.Set accessors)
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type FAttr
protected  void UMLRoleOOHandlerToOneStrategy.generateReadAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
           
protected  void UMLRoleOOHandlerToOneStrategy.generateWriteAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToOneStrategy.createGetMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToOneStrategy.createSetMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  java.lang.String UMLRoleOOHandlerToOneStrategy.createPropertyChangeCode(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  java.lang.String UMLRoleOOHandlerToOneStrategy.createOldValueCode(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandlerToManyStrategy.generateReadAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
           
protected  void UMLRoleOOHandlerToManyStrategy.generateWriteAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandlerToManyStrategy.generateFirstLastReadAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToManyStrategy.createSizeOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToManyStrategy.createHasInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToManyStrategy.createHasInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToManyStrategy.createIteratorOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToManyStrategy.createIteratorOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToManyStrategy.createIteratorOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToManyStrategy.createAddToMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToManyStrategy.createRemoveFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToManyStrategy.createRemoveMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToManyStrategy.createRemoveMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType, java.lang.String paramName, FType paramType)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToManyStrategy.createRemoveAllFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToManyStrategy.createGetFirstOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerToManyStrategy.createGetLastOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected abstract  void UMLRoleOOHandlerStrategy.generateReadAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected abstract  void UMLRoleOOHandlerStrategy.generateWriteAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  FCommentary UMLRoleOOHandlerStrategy.createAssocComment(FRole umlRole, FRole partnerRole, FAttr attr)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerStrategy.createAccessMethod(FRole umlRole, FRole partnerRole, FAttr attr, int methodType, java.lang.String blockName, de.upb.tools.fca.FHashMap templateParameters, FType returnType, FParam[] methodParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerStrategy.createInsertMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerStrategy.createInsertMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType, java.lang.String paramName, FType paramType)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandlerStrategy.changeTemplateParameters(FElement element, FAttr attr, java.lang.String blockName, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandlerSortedToManyStrategy.generateReadAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
           
protected  void UMLRoleOOHandlerQualifiedToOneStrategy.generateReadAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandlerQualifiedToOneStrategy.generateWriteAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedToOneStrategy.createHasKeyValueInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedToOneStrategy.createGetFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedToOneStrategy.createRemoveKeyValueFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedToOneStrategy.createRemoveKeyFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedToOneStrategy.createRemoveAllFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  void UMLRoleOOHandlerQualifiedToManyStrategy.generateReadAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandlerQualifiedToManyStrategy.generateWriteAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedToManyStrategy.createHasKeyValueInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedToManyStrategy.createIteratorOfKeyMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedToManyStrategy.createRemoveKeyValueFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedToManyStrategy.createSizeOfKeyMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedToManyStrategy.createRemoveKeyFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected abstract  void UMLRoleOOHandlerQualifiedStrategy.generateReadAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected abstract  void UMLRoleOOHandlerQualifiedStrategy.generateWriteAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedStrategy.createHasValueInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedStrategy.createHasKeyInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedStrategy.createIteratorOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedStrategy.createKeysOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedStrategy.createEntriesOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedStrategy.createAddToMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedStrategy.createAddToMapEntryMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedStrategy.createRemoveValueFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedStrategy.createInsertMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType, java.lang.String paramName, FType paramType)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedStrategy.createInsertMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedStrategy.createInsertMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType, java.lang.String paramName, FType paramType, boolean qualified)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerQualifiedStrategy.createInsertMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType, boolean qualified)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandlerOrderedToManyStrategy.generateReadAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
           
protected  void UMLRoleOOHandlerOrderedToManyStrategy.generateWriteAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandlerOrderedToManyStrategy.generateOrderedReadAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandlerOrderedToManyStrategy.generateOrderedWriteAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createAddBeforeOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createSetInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIndexedAddToMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIndexOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createAddAfterOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createLastIndexOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIndexedIndexOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIndexedLastIndexOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIndexOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIndexedIndexOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIteratorOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createMLIteratorOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIndexedIteratorOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIsBeforeOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIsAfterOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createGetFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createGetNextOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIndexedGetNextOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createGetPreviousOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIndexedGetPreviousOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createPreviousOrNextOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType)
           
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIndexedPreviousOrNextOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createIndexedRemoveFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerOrderedToManyStrategy.createRemoveIndexFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandlerInternalQualifiedToOneStrategy.generateReadAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandlerInternalQualifiedToOneStrategy.generateWriteAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToOneStrategy.createInternalQualifiedAddToMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToOneStrategy.createAddToMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToOneStrategy.createAddToMapEntryMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToOneStrategy.createHasKeyValueInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToOneStrategy.createHasValueInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToOneStrategy.createRemoveKeyValueFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToOneStrategy.createRemoveValueFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToOneStrategy.createGetKeyForMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToOneStrategy.createKeyChangedInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandlerInternalQualifiedToManyStrategy.generateReadAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandlerInternalQualifiedToManyStrategy.generateWriteAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToManyStrategy.createInternalQualifiedAddToMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToManyStrategy.createAddToMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToManyStrategy.createAddToMapEntryMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToManyStrategy.createHasKeyValueInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToManyStrategy.createHasValueInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToManyStrategy.createRemoveKeyValueFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToManyStrategy.createRemoveValueFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToManyStrategy.createGetKeyForMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  AccessorOOHandler.MethodDescription UMLRoleOOHandlerInternalQualifiedToManyStrategy.createKeyChangedInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLRoleOOHandler.generateAttr(FRole umlRole, FRole partnerRole, FAttr attr)
           
 FClass UMLRoleOOHandler.getTarget(FElement element, FAttr attr)
          Get the target attribute of the UMLRoleOOHandler object
protected  void UMLRoleOOHandler.changeTemplateParameters(FElement element, FAttr attr, java.lang.String blockName, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLClassOOHandler.generateFAttr(FAttr theAttr)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLClassBodyAttributesStrategy.createAttr(FAttr attr)
          No comment provided by developer, please add a comment to improve documentation.
protected  boolean UMLClassBodyAttributesStrategy.isResponsible(FAttr attr)
          Get the responsible attribute of the FClassBodyAttributesStrategy object
protected  java.util.SortedSet UMLClassBodyAttributesStrategy.getAccessMethods(FAttr attr)
          Get the accessMethods attribute of the FClassBodyAttributesStrategy object
protected  de.upb.tools.fca.FHashMap UMLAttrOOHandler.setupTemplateParameters(FAttr umlAttr)
          No comment provided by developer, please add a comment to improve documentation.
static AccessorOOHandler.MethodDescription UMLAttrOOHandler.createSetMethod(FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
static AccessorOOHandler.MethodDescription UMLAttrOOHandler.createGetMethod(FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
 FClass UMLAttrOOHandler.getTarget(FElement element, FAttr attr)
          Get the target attribute of the FAttrOOHandler object
protected  java.lang.String UMLAttrOOHandler.createPropertyChangeCode(FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
protected  java.lang.String UMLAttrOOHandler.createOldValueCode(FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
 void TemplateParameterListener.setupTemplateParameters(AccessorOOHandler source, FElement element, FAttr attr, java.lang.String blockName, java.util.Map templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
abstract  java.lang.String OOGenVisitor.getAttrDeclName(FAttr theAttr)
          Get the attrDeclName attribute of the OOGenVisitor object
 java.lang.String OOGenVisitor.createAttrDeclaration(FAttr theAttr)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenStrategyClient.createFAttrDeclaration(FAttr theAttr)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String OOGenStrategyClient.getAttrDeclName(FAttr theAttr)
          Get the attrDeclName attribute of the OOGenStrategyClient object
 java.lang.String OOGenStrategyClient.getFAttrDeclVisibilityString(FAttr theAttr)
          Get the uMLAttrDeclVisibilityString attribute of the OOGenStrategyClient object
 java.lang.String JavaGenVisitor.getAttrDeclName(FAttr theAttr)
          Get the attrDeclName attribute of the JavaGenVisitor object
 java.lang.String GnuCPPHeaderGenVisitor.getAttrDeclName(FAttr theAttr)
          Get the attrDeclName attribute of the GnuCPPHeaderGenVisitor object
 java.lang.String GnuCPPClassGenVisitor.getAttrDeclName(FAttr theAttr)
          Get the attrDeclName attribute of the GnuCPPClassGenVisitor object
 java.lang.String EiffelGenVisitor.createAttrDeclaration(FAttr theAttr)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String EiffelGenVisitor.getAttrDeclName(FAttr theAttr)
          Get the attrDeclName attribute of the EiffelGenVisitor object
abstract  FClass AccessorOOHandler.getTarget(FElement element, FAttr attr)
           
protected  void AccessorOOHandler.generateMethod(FElement element, FAttr attr, AccessorOOHandler.MethodDescription description)
           
protected  void AccessorOOHandler.generateAttrCode(FAttr attr)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String AccessorOOHandler.createTemplateCode(FElement element, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName)
          No comment provided by developer, please add a comment to improve documentation.
protected  void AccessorOOHandler.removeOldMethod(FElement element, FAttr attr, AccessorOOHandler.MethodDescription description)
          No comment provided by developer, please add a comment to improve documentation.
static java.lang.String AccessorOOHandler.getTemplateBlockName(java.lang.String blockName, FClass cls, FAttr attr)
           
protected  void AccessorOOHandler.changeTemplateParameters(FElement element, FAttr attr, java.lang.String blockName, de.upb.tools.fca.FHashMap templateParameters)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of FAttr in de.uni_paderborn.fujaba.gui
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type FAttr
 java.lang.String TemplateBlockNameListener.getTemplateBlockName(java.lang.String blockName, FClass cls, FAttr attr)
          A TemplateBlockNameListener can alter a name for a template block by implementing this method (e.g. append a suffix).
 

Uses of FAttr in de.uni_paderborn.fujaba.metamodel
 

Methods in de.uni_paderborn.fujaba.metamodel that return FAttr
 FAttr FRole.getFAssociatedAttribute()
          Deprecated.  
 FAttr FQualifier.getFQualifiedAttr()
          FMethod: '+ getQualifiedAttr (): FAttr'
 FAttr FMethod.getFAccessedAttribute()
          Deprecated.  
 FAttr FClass.getFromFAttrs(java.lang.String attrName)
           
 FAttr FClass.getFromAllFAttrs(java.lang.String attributeName)
          Deprecated. will be renamed when using JDK 1.5 (without F)
 

Methods in de.uni_paderborn.fujaba.metamodel with parameters of type FAttr
 boolean FQualifier.setQualifiedAttr(FAttr value)
          FMethod: '+ setQualifiedAttr (value: FAttr): Boolean'
 boolean FMethod.setAccessedAttribute(FAttr attr)
          Deprecated.  
 boolean FClass.hasInAttrs(FAttr attr)
           
 boolean FClass.addToAttrs(FAttr attr)
           
 boolean FClass.removeFromAttrs(FAttr attr)
           
 boolean FBaseTypes.hasInRevAttrType(FAttr value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean FBaseTypes.addToRevAttrType(FAttr value)
          Access method for an one to n association.
 boolean FBaseTypes.removeFromRevAttrType(FAttr value)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of FAttr in de.uni_paderborn.fujaba.uml
 

Classes in de.uni_paderborn.fujaba.uml that implement FAttr
 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
 

Methods in de.uni_paderborn.fujaba.uml that return FAttr
 FAttr UMLRole.getFAssociatedAttribute()
          Get the fAssociatedAttribute attribute of the UMLRole object
 FAttr UMLQualifier.getFQualifiedAttr()
          Get the fQualifiedAttr attribute of the UMLQualifier object
 FAttr UMLMethod.getFAccessedAttribute()
          Get the fAccessedAttribute attribute of the UMLMethod object
 FAttr UMLClass.getFromFAttrs(java.lang.String key)
          Get the fromFAttrs attribute of the UMLClass object
 FAttr UMLClass.getFromAllFAttrs(java.lang.String key)
          Get the fromAllFAttrs attribute of the UMLClass object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type FAttr
 boolean UMLType.hasInRevAttrType(FAttr elem)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLType.addToRevAttrType(FAttr elem)
          Access method for an one to n association.
 boolean UMLType.removeFromRevAttrType(FAttr elem)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLQualifier.setQualifiedAttr(FAttr value)
          UMLMethod: '+ setQualifiedAttr (value: UMLAttr): Boolean'
 boolean UMLMethod.setAccessedAttribute(FAttr value)
          Sets the accessedAttribute attribute of the UMLMethod object
 boolean UMLClass.hasInRevAttrType(FAttr value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLClass.addToRevAttrType(FAttr value)
          Access method for an one to n association.
 boolean UMLClass.removeFromRevAttrType(FAttr value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLClass.hasInAttrs(FAttr obj)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLClass.addToAttrs(FAttr obj)
          Access method for an one to n association.
 boolean UMLClass.removeFromAttrs(FAttr obj)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLBaseTypes.hasInRevAttrType(FAttr value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLBaseTypes.addToRevAttrType(FAttr value)
          Access method for an one to n association.
 boolean UMLBaseTypes.removeFromRevAttrType(FAttr value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLArray.hasInRevAttrType(FAttr value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLArray.addToRevAttrType(FAttr value)
          Access method for an one to n association.
 boolean UMLArray.removeFromRevAttrType(FAttr value)
          No comment provided by developer, please add a comment to improve documentation.