|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.codegen.UMLRoleOOHandlerStrategy
de.uni_paderborn.fujaba.codegen.UMLRoleOOHandlerToManyStrategy
de.uni_paderborn.fujaba.codegen.UMLRoleOOHandlerQualifiedStrategy
Constructor Summary | |
UMLRoleOOHandlerQualifiedStrategy()
|
Method Summary | |
protected AccessorOOHandler.MethodDescription |
addQualifier(AccessorOOHandler.MethodDescription description,
FType qualifierType,
boolean partnerQualified)
Access method for an one to n association. |
protected AccessorOOHandler.MethodDescription |
addQualifier(FRole umlRole,
FRole partnerRole,
AccessorOOHandler.MethodDescription description)
Access method for an one to n association. |
protected AccessorOOHandler.MethodDescription |
createAddToMapEntryMethod(FRole umlRole,
FRole partnerRole,
FAttr attr,
de.upb.tools.fca.FHashMap templateParameters)
|
protected AccessorOOHandler.MethodDescription |
createAddToMethod(FRole umlRole,
FRole partnerRole,
FAttr attr,
de.upb.tools.fca.FHashMap templateParameters)
|
protected AccessorOOHandler.MethodDescription |
createEntriesOfMethod(FRole umlRole,
FRole partnerRole,
FAttr attr,
de.upb.tools.fca.FHashMap templateParameters)
|
protected AccessorOOHandler.MethodDescription |
createHasKeyInMethod(FRole umlRole,
FRole partnerRole,
FAttr attr,
de.upb.tools.fca.FHashMap templateParameters)
|
protected AccessorOOHandler.MethodDescription |
createHasValueInMethod(FRole umlRole,
FRole partnerRole,
FAttr attr,
de.upb.tools.fca.FHashMap templateParameters)
|
protected AccessorOOHandler.MethodDescription |
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 |
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 AccessorOOHandler.MethodDescription |
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 |
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 |
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 |
createKeysOfMethod(FRole umlRole,
FRole partnerRole,
FAttr attr,
de.upb.tools.fca.FHashMap templateParameters)
|
protected AccessorOOHandler.MethodDescription |
createRemoveValueFromMethod(FRole umlRole,
FRole partnerRole,
FAttr attr,
de.upb.tools.fca.FHashMap templateParameters)
|
protected abstract void |
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 |
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 abstract OOCollectionEnum |
getContainerType()
Get the containerType attribute of the UMLRoleOOHandlerQualifiedStrategy object |
protected static java.lang.String |
getMapEntryType(FType keyType,
FType valueType)
Get the mapEntryType attribute of the UMLRoleOOHandlerQualifiedStrategy class |
protected java.lang.String |
getPartnerAccessMethod(FRole umlRole,
FRole partnerRole,
int methodType)
Get the partnerAccessMethod attribute of the UMLRoleOOHandlerQualifiedStrategy object |
boolean |
isResponsible(FRole umlRole,
FRole partnerRole)
Get the responsible attribute of the UMLRoleOOHandlerStrategy object |
protected de.upb.tools.fca.FHashMap |
setupTemplateParameters(FRole umlRole,
FRole partnerRole)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UMLRoleOOHandlerQualifiedStrategy()
Method Detail |
public boolean isResponsible(FRole umlRole, FRole partnerRole)
UMLRoleOOHandlerStrategy
isResponsible
in class UMLRoleOOHandlerToManyStrategy
umlRole
- No description providedpartnerRole
- No description provided
UMLRoleOOHandlerStrategy.isResponsible(de.uni_paderborn.fujaba.metamodel.FRole,
de.uni_paderborn.fujaba.metamodel.FRole)
protected de.upb.tools.fca.FHashMap setupTemplateParameters(FRole umlRole, FRole partnerRole)
setupTemplateParameters
in class UMLRoleOOHandlerToManyStrategy
umlRole
- No description providedpartnerRole
- No description provided
protected abstract void generateReadAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
generateReadAccessMethods
in class UMLRoleOOHandlerToManyStrategy
umlRole
- No description providedpartnerRole
- No description providedattr
- No description providedtemplateParameters
- No description providedaccessMethods
- No description providedprotected abstract void generateWriteAccessMethods(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
generateWriteAccessMethods
in class UMLRoleOOHandlerToManyStrategy
umlRole
- No description providedpartnerRole
- No description providedattr
- No description providedtemplateParameters
- No description providedaccessMethods
- No description providedprotected abstract OOCollectionEnum getContainerType()
getContainerType
in class UMLRoleOOHandlerToManyStrategy
protected AccessorOOHandler.MethodDescription createHasValueInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
umlRole
- partnerRole
- attr
- templateParameters
-
protected AccessorOOHandler.MethodDescription createHasKeyInMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
umlRole
- partnerRole
- attr
- templateParameters
-
protected AccessorOOHandler.MethodDescription createIteratorOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
UMLRoleOOHandlerToManyStrategy
createIteratorOfMethod
in class UMLRoleOOHandlerToManyStrategy
umlRole
- partnerRole
- attr
- templateParameters
-
protected AccessorOOHandler.MethodDescription createKeysOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
umlRole
- partnerRole
- attr
- templateParameters
-
protected AccessorOOHandler.MethodDescription createEntriesOfMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
umlRole
- partnerRole
- attr
- templateParameters
-
protected AccessorOOHandler.MethodDescription createAddToMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
createAddToMethod
in class UMLRoleOOHandlerToManyStrategy
umlRole
- partnerRole
- attr
- templateParameters
-
protected AccessorOOHandler.MethodDescription createAddToMapEntryMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
umlRole
- partnerRole
- attr
- templateParameters
-
protected AccessorOOHandler.MethodDescription createRemoveValueFromMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters)
umlRole
- partnerRole
- attr
- templateParameters
-
protected AccessorOOHandler.MethodDescription 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)
createInsertMethod
in class UMLRoleOOHandlerStrategy
umlRole
- No description providedpartnerRole
- No description providedattr
- No description providedtemplateParameters
- No description providedblockName
- No description providedmethodType
- No description providedparamName
- No description providedparamType
- No description provided
protected AccessorOOHandler.MethodDescription createInsertMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType)
createInsertMethod
in class UMLRoleOOHandlerStrategy
umlRole
- No description providedpartnerRole
- No description providedattr
- No description providedtemplateParameters
- No description providedblockName
- No description providedmethodType
- No description provided
protected AccessorOOHandler.MethodDescription 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)
umlRole
- No description providedpartnerRole
- No description providedattr
- No description providedtemplateParameters
- No description providedblockName
- No description providedmethodType
- No description providedparamName
- No description providedparamType
- No description providedqualified
- No description provided
protected AccessorOOHandler.MethodDescription createInsertMethod(FRole umlRole, FRole partnerRole, FAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.lang.String blockName, int methodType, boolean qualified)
umlRole
- No description providedpartnerRole
- No description providedattr
- No description providedtemplateParameters
- No description providedblockName
- No description providedmethodType
- No description providedqualified
- No description provided
protected AccessorOOHandler.MethodDescription addQualifier(FRole umlRole, FRole partnerRole, AccessorOOHandler.MethodDescription description)
umlRole
- The object added.partnerRole
- The object added.description
- The object added.
protected AccessorOOHandler.MethodDescription addQualifier(AccessorOOHandler.MethodDescription description, FType qualifierType, boolean partnerQualified)
description
- The object added.qualifierType
- The object added.partnerQualified
- The object added.
protected java.lang.String getPartnerAccessMethod(FRole umlRole, FRole partnerRole, int methodType)
getPartnerAccessMethod
in class UMLRoleOOHandlerStrategy
umlRole
- No description providedpartnerRole
- No description providedmethodType
- No description provided
protected static final java.lang.String getMapEntryType(FType keyType, FType valueType)
keyType
- No description providedvalueType
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |