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

Packages that use UMLRole
de.uni_paderborn.fujaba.gui Graphical User Interface 
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.uml.update   
 

Uses of UMLRole in de.uni_paderborn.fujaba.gui
 

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
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.
 

Uses of UMLRole in de.uni_paderborn.fujaba.uml
 

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.update
 

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