Uses of Class
de.uni_paderborn.fujaba.uml.UMLRole

Packages that use UMLRole
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   
de.uni_paderborn.fujaba.uml.update   
 

Uses of UMLRole in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type UMLRole
 boolean UMLRoleOOHandlerSortedToManyStrategy.isResponsible(UMLRole umlRole, UMLRole partnerRole)
           
protected  void UMLRoleOOHandlerSortedToManyStrategy.generateReadAccessMethods(UMLRole umlRole, UMLRole partnerRole, UMLAttr attr, de.upb.tools.fca.FHashMap templateParameters, java.util.Set accessMethods)
           
protected  java.lang.String UMLRoleOOHandlerSortedToManyStrategy.generateContructorParam(UMLRole umlRole, UMLRole partnerRole)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLRole in de.uni_paderborn.fujaba.gui
 

Fields in de.uni_paderborn.fujaba.gui declared as UMLRole
private  UMLRole EditAssocDialog.leftRole
          No comment provided by developer, please add a comment to improve documentation.
private  UMLRole EditAssocDialog.rightRole
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.gui that return UMLRole
private static UMLRole EditAssocDialog.findRole(UMLClass umlClass, java.lang.String name)
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLRole
 void KindComboBox.unparse(UMLAssoc assoc, UMLRole leftRole, UMLRole rightRole)
          unparse the data of the leftRole and rightRole-object to the ComboBox data.
 void KindComboBox.parse(UMLRole leftRole, UMLRole rightRole)
          parse the data of the ComboBox to the leftRole and rightRole-object
private  int EditAssocDialog.getCardinality(UMLRole umlRole)
          Get the cardinality attribute of the EditAssocDialog object
private  void EditAssocDialog.unparseQualifierSelect(javax.swing.JComboBox boxName, javax.swing.JComboBox boxType, UMLRole role)
          No comment provided by developer, please add a comment to improve documentation.
private  void EditAssocDialog.setRoleName(UMLRole role, javax.swing.JTextField field, javax.swing.JComboBox nameBox, javax.swing.JComboBox classBox, java.lang.String otherRoleName, UMLRole otherRole)
          Sets the roleName attribute of the EditAssocDialog object
static java.lang.String EditAssocDialog.toUnused(java.lang.String roleName, UMLRole role, java.lang.String otherRoleName, UMLRole otherRole, UMLClass clazz)
          No comment provided by developer, please add a comment to improve documentation.
private  void EditAssocDialog.parseQualifierComboBox(javax.swing.JComboBox boxName, javax.swing.JComboBox boxType, UMLRole role)
          No comment provided by developer, please add a comment to improve documentation.
private  void EditAssocDialog.parseClassComboBox(javax.swing.JComboBox box, UMLRole role)
          No comment provided by developer, please add a comment to improve documentation.
private  int AssocCodeGenerator.getAssocCard(UMLRole leftRole, UMLRole rightRole)
          Returns the type of the assoc.
 

Uses of UMLRole in de.uni_paderborn.fujaba.gxl
 

Methods in de.uni_paderborn.fujaba.gxl with parameters of type UMLRole
private  boolean UMLClassDiagramFilter.verifyUMLRole(UMLRole vObject)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLRole in de.uni_paderborn.fujaba.uml
 

Fields in de.uni_paderborn.fujaba.uml declared as UMLRole
private  UMLRole UMLQualifier.revQualifier
          No comment provided by developer, please add a comment to improve documentation.
private  UMLRole UMLQualifier.qualifiedRole
          No comment provided by developer, please add a comment to improve documentation.
private  UMLRole UMLCardinality.revCard
          No comment provided by developer, please add a comment to improve documentation.
private  UMLRole UMLAttr.implementingAssocRole
           0..1 Assoc 0..1 UMLRole ------------------------------------------------ UMLAttr implementingAssocRole associatedAttribute
private  UMLRole UMLAssoc.leftRole
          Reverse UMLAssoc revLeftRole
private  UMLRole UMLAssoc.rightRole
          Reverse UMLAssoc revRightRole
 

Methods in de.uni_paderborn.fujaba.uml that return UMLRole
 UMLRole UMLRole.getPartnerRole()
          Get the partnerRole attribute of the UMLRole object
 UMLRole UMLQualifier.getRevQualifier()
          Get the revQualifier attribute of the UMLQualifier object
 UMLRole UMLQualifier.getQualifiedRole()
          UMLMethod: '+ getQualifiedAttr (): UMLAttr'
 UMLRole UMLPath.getCorrespondingRole(UMLObject object)
          Get the correspondingRole attribute of the UMLPath object
 UMLRole UMLPath.getSourceRole()
          Get the sourceRole attribute of the UMLPath object
 UMLRole UMLPath.getTargetRole()
          Get the targetRole attribute of the UMLPath object
 UMLRole UMLMultiLink.getCorrespondingRole(UMLObject object)
          Get the correspondingRole attribute of the UMLMultiLink object
 UMLRole UMLLink.getCorrespondingRole(UMLObject object)
          Get the correspondingRole attribute of the UMLLink object
 UMLRole UMLLink.getSourceRole()
          Get the sourceRole attribute of the UMLLink object
 UMLRole UMLLink.getTargetRole()
          Get the targetRole attribute of the UMLLink object
 UMLRole UMLClass.getFromRoles(java.lang.String roleName)
          Get the fromRoles attribute of the UMLClass object
 UMLRole UMLClass.getFromRevRoles(java.lang.String roleName)
          Get the fromRevRoles attribute of the UMLClass object
 UMLRole UMLClass.getFromAllRoles(java.lang.String key)
          Get the fromAllRoles attribute of the UMLClass object
 UMLRole UMLClass.getFromAllPartnerRoles(java.lang.String key)
          Get the fromAllPartnerRoles attribute of the UMLClass object
 UMLRole UMLClass.getFromPartnerRoles(java.lang.String key)
          Get the fromPartnerRoles attribute of the UMLClass object
 UMLRole UMLClass.getFromAllRevRoles(java.lang.String key)
          Get the fromAllRevRoles attribute of the UMLClass object
 UMLRole UMLCardinality.getRevCard()
          Get the revCard attribute of the UMLCardinality object
 UMLRole UMLAttr.getImplementingAssocRole()
          UMLMethod: '+ getImplementingAssocRole (): UMLRole'.
 UMLRole UMLAssoc.getLeftRole()
          Get the leftRole attribute of the UMLAssoc object
 UMLRole UMLAssoc.getRightRole()
          Get the rightRole attribute of the UMLAssoc object
 UMLRole UMLAssoc.getPartnerRole(UMLRole role)
          Get the partnerRole attribute of the UMLAssoc object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLRole
 boolean UMLQualifier.setQualifiedRole(UMLRole value)
          UMLMethod: '+ setQualifiedAttr (value: UMLAttr): Boolean'
 boolean UMLLink.toOneAccess(UMLRole role)
          No comment provided by developer, please add a comment to improve documentation.
 UMLRole UMLAssoc.getPartnerRole(UMLRole role)
          Get the partnerRole attribute of the UMLAssoc object
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLRole
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
UMLCardinality(java.lang.String cardString, UMLRole revCard)
          Constructor for class UMLCardinality
UMLAssoc(java.lang.String name, int direction, UMLConstraint constraint, UMLRole leftRole, UMLRole rightRole)
          Constructor for class UMLAssoc
 

Uses of UMLRole in de.uni_paderborn.fujaba.uml.actions
 

Methods in de.uni_paderborn.fujaba.uml.actions with parameters of type UMLRole
private  void RemoveGeneratedMethodsAction.removeRoleAccessors(UMLRole role, AccessorOOHandler handler)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLRole in de.uni_paderborn.fujaba.uml.update
 

Constructors in de.uni_paderborn.fujaba.uml.update with parameters of type UMLRole
AdornmentUpdater(UMLRole role)
          Constructor for class AdornmentUpdater