com.change_vision.jude.api.inf.model
Interface IAssociation
com.change_vision.jude.api.inf.model.IAssociation
- All Implemented Interfaces:
- IElement, IHyperlinkOwner, INamedElement
- All Known Implementing Classes:
- IAssociationClass
- public IAssociation
- extends INamedElement
Interface for Association.
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
getAlias1, getAlias2, getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
getAttributes
public abstract IAttribute[] getAttributes()
- Deprecated. Get Attributes (Association End).
- Returns:
- the array of Attributes (Association End).
- See Also:
getMemberEnds()
getMemberEnds
public abstract IAttribute[] getMemberEnds()
- Get Attributes (Association End).
- Returns:
- the array of Attributes (Association End).