|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies a "facade" for an underlying association end.
Method Summary | |
AssociationEndFacade |
getConnectingEnd()
Retrives the other end of an AssociationEnd. |
AssociationFacade |
getOwner()
Gets the association that is the owner of the specified AssociationEnd |
boolean |
isAggregationAggregate()
Returns true if the association end is an association and its aggregation is aggregate |
boolean |
isAggregationComposition()
Returns true if the association end is on association and its aggregation is composition |
boolean |
isMany()
Returns true if the associationEnd's multiplicity is many. |
boolean |
isManyToMany()
Returns true if the associationEnd is the many side in a many-to-many association |
boolean |
isManyToOne()
Returns true if the associationEnd is the many side in a many-to-one association |
boolean |
isNavigable()
Returns true if the association end is navigable. |
boolean |
isOneToMany()
Returns true if the associationEnd is the single side of a one-to-many association |
boolean |
isOneToOne()
Returns true if the associationEnd is a single side in a one-to-one association |
boolean |
isOrdered()
Returns true if the association end is an association and is ordered. |
boolean |
isRequired()
Returns true if the associationEnd is required (i.e the lower limit of multiplicity range isn't 0). |
Methods inherited from interface org.ocltf.model.ElementFacade |
findConstraint, findTagValue, getConstraints, getFullyQualifiedName, getGeneralizations, getId, getName, getPackageName, getStereotypeNames, getTaggedValues, getType |
Method Detail |
public boolean isAggregationComposition()
public boolean isAggregationAggregate()
public boolean isOrdered()
public boolean isNavigable()
public boolean isRequired()
public boolean isMany()
public boolean isOneToMany()
public boolean isManyToMany()
public boolean isOneToOne()
public boolean isManyToOne()
public AssociationFacade getOwner()
public AssociationEndFacade getConnectingEnd()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |