uci.uml.Foundation.Core
Interface IAssociation
- All Known Implementing Classes:
- Association, AssociationClass
- public abstract interface IAssociation
- extends ModelElement
| Methods inherited from interface uci.uml.Foundation.Core.ModelElement |
addBehavior,
addProvision,
addRequirement,
addVetoableChangeListener,
getBehavior,
getConstraint,
getElementOwnership,
getElementReference,
getNamespace,
getOCLTypeStr,
getProvision,
getRequirement,
getStereotype,
getTemplate,
getTemplateParameter,
prepareForTrash,
recoverFromTrash,
removeBehavior,
removeProvision,
removeRequirement,
removeVetoableChangeListener,
setBehavior,
setConstraint,
setElementOwnership,
setElementReference,
setNamespace,
setProvision,
setRequirement,
setStereotype,
setTemplate,
setTemplateParameter |
serialVersionUID
public static final long serialVersionUID
getConnection
public Vector getConnection()
setConnection
public void setConnection(Vector x)
throws PropertyVetoException
addConnection
public void addConnection(AssociationEnd x)
throws PropertyVetoException
removeConnection
public void removeConnection(AssociationEnd x)
throws PropertyVetoException
getLink
public Vector getLink()
throws PropertyVetoException
setLink
public void setLink(Vector x)
throws PropertyVetoException
addLink
public void addLink(Link x)
throws PropertyVetoException
removeLink
public void removeLink(Link x)
throws PropertyVetoException
hasCompositeEnd
public boolean hasCompositeEnd()
hasAggregateEnd
public boolean hasAggregateEnd()