org.ocltf.model
Interface AssociationFacade

All Superinterfaces:
ElementFacade

public interface AssociationFacade
extends ElementFacade

Specifies a "facade" for an underlying association.

Author:
Chad Brandon

Method Summary
 java.util.Collection getConnections()
          Gets the AssociationEndFacades which provide the connections between the underlying association
 
Methods inherited from interface org.ocltf.model.ElementFacade
findConstraint, findTagValue, getConstraints, getFullyQualifiedName, getGeneralizations, getId, getName, getPackageName, getStereotypeNames, getTaggedValues, getType
 

Method Detail

getConnections

public java.util.Collection getConnections()
Gets the AssociationEndFacades which provide the connections between the underlying association

Returns:
Collection


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.