|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Association | |
org.eclipse.uml2 | |
org.eclipse.uml2.util |
Uses of Association in org.eclipse.uml2 |
Subinterfaces of Association in org.eclipse.uml2 | |
interface |
AssociationClass
A representation of the model object 'Association Class' |
interface |
CommunicationPath
A representation of the model object 'Communication Path' |
interface |
Extension
A representation of the model object 'Extension' |
Methods in org.eclipse.uml2 that return Association | |
Association |
UML2Factory.createAssociation()
Returns a new object of class 'Association' |
Association |
Type.createAssociation(boolean thisEndIsNavigable,
AggregationKind thisEndAggregation,
String thisEndName,
int thisEndLowerBound,
int thisEndUpperBound,
Type otherType,
boolean otherEndIsNavigable,
AggregationKind otherEndAggregation,
String otherEndName,
int otherEndLowerBound,
int otherEndUpperBound)
Creates a(n) (binary) association between this type and the specified other type, with the specified navigabilities, aggregations, names, lower bounds, and upper bounds, and owned by this type's package. |
Association |
Property.getOwningAssociation()
Returns the value of the 'Owning Association' container reference. |
Association |
Property.getAssociation()
Returns the value of the 'Association' reference. |
Association |
Connector.getType()
Returns the value of the 'Type' reference |
Association |
ClearAssociationAction.getAssociation()
Returns the value of the 'Association' reference |
Methods in org.eclipse.uml2 with parameters of type Association | |
void |
Property.setOwningAssociation(Association value)
Sets the value of the ' Owning Association ' container reference |
void |
Property.setAssociation(Association value)
Sets the value of the ' Association ' reference |
void |
Connector.setType(Association value)
Sets the value of the ' Type ' reference |
void |
ClearAssociationAction.setAssociation(Association value)
Sets the value of the ' Association ' reference |
Uses of Association in org.eclipse.uml2.util |
Methods in org.eclipse.uml2.util with parameters of type Association | |
boolean |
UML2Validator.validateAssociation(Association association,
DiagnosticChain diagnostics,
Map context)
|
Object |
UML2Switch.caseAssociation(Association object)
Returns the result of interpretting the object as an instance of 'Association' |
|
Copyright 2003, 2004 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |