com.change_vision.jude.api.inf.model
Interface IAssociation

com.change_vision.jude.api.inf.model.IAssociation
All Implemented Interfaces:
IElement, INamedElement
All Known Implementing Classes:
IAssociationClass

public IAssociation
extends INamedElement

Interface for Association.


Method Summary
abstract  IAttribute[] getAttributes()
          Get Attributes (Association End).
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
getComments, getId, getOwner, getStereotypes, getTaggedValues
 

Method Detail

getAttributes

public abstract IAttribute[] getAttributes()
Get Attributes (Association End).

Returns:
the array of Attributes (Association End).