|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Specifies a "facade" for an underlying classifier.
| Method Summary | |
AttributeFacade |
findAttribute(java.lang.String name)
Returns the AttributeFacade for the FIRST attribute found on the the underyling classifier that has the specified name. |
AssociationEndFacade |
findConnectingAssociationEnd(java.lang.String name)
Finds the associationEnd that has a connectingEnd with the specified name, returns null if one can not be found. |
java.util.Collection |
getAssociationEnds()
Gets the association end objects that are attached the underlying classifier object. |
java.util.Collection |
getAttributes()
Returns a Collection of AttributeFacade instances for the attributes of the underlying classifier. |
java.util.Collection |
getConnectingAssociationEnds()
Gets all connecting association end objects that are attached the underlying classifier object. |
java.util.Collection |
getOperations()
Gets the operations of the underlying classifier. |
| Methods inherited from interface org.ocltf.model.ElementFacade |
findConstraint, findTagValue, getConstraints, getFullyQualifiedName, getGeneralizations, getId, getName, getPackageName, getStereotypeNames, getTaggedValues, getType |
| Method Detail |
public java.util.Collection getOperations()
public java.util.Collection getAttributes()
public AttributeFacade findAttribute(java.lang.String name)
name - the name of the attribute to find.
public java.util.Collection getAssociationEnds()
public java.util.Collection getConnectingAssociationEnds()
public AssociationEndFacade findConnectingAssociationEnd(java.lang.String name)
name, returns null if one can not be found.
name - the name of the connectingEnd.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||