UML.Semantic.BehavioralElements.Collaborations
Class AssociationEndRole

java.lang.Object
  |
  +--UML.Semantic.Foundation.Core.ModelElement
        |
        +--UML.Semantic.Foundation.Core.AssociationEnd
              |
              +--UML.Semantic.BehavioralElements.Collaborations.AssociationEndRole
All Implemented Interfaces:
Element, ElementAtt, LinkAtt

public class AssociationEndRole
extends AssociationEnd

An association-end role specifies an endpoint of an association as used in a collaboration.

In the metamodel an AssociationEndRole is part of an AssociationRole and specifies the connection of an AssociationRole to a ClassifierRole. It is related to the AssociationEnd, declaring the corresponding part in an Association.


Constructor Summary
AssociationEndRole()
           
 
Methods inherited from class UML.Semantic.Foundation.Core.AssociationEnd
add, check, getAggregation, getAssociation, getChangeable, getInfo, getIsNavigable, getIsOrdered, getMultiplicity, getQualifier, getTargetScope, getType, setAggregation, setAssociation, setChangeable, setIsNavigable, setIsOrdered, setMultiplicity, setTargetScope, setType
 
Methods inherited from class UML.Semantic.Foundation.Core.ModelElement
add, add, getBindingList, getConstraintList, getElementType, getErrors, getHref, getId, getIdentification, getIdref, getIndex, getIsOwned, getLabel, getLocator, getName, getNamespace, getNamespaceId, getStereotype, getTemplate, getTemplateParameterList, getTitle, getUuid, getUuidref, getVisibility, getVisibilitySymbol, getWarnings, setElementType, setErrors, setHref, setId, setIdref, setIndex, setIsOwned, setLabel, setName, setNamespace, setTemplate, setTitle, setUuid, setUuidref, setVisibility, setWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationEndRole

public AssociationEndRole()