|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Association | |
org.eclipse.uml2.uml | |
org.eclipse.uml2.uml.util |
Uses of Association in org.eclipse.uml2.uml |
Subinterfaces of Association in org.eclipse.uml2.uml | |
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.uml that return Association | |
Association |
UMLFactory.createAssociation()
Returns a new object of class 'Association' |
Association |
Type.createAssociation(boolean end1IsNavigable,
AggregationKind end1Aggregation,
String end1Name,
int end1Lower,
int end1Upper,
Type end1Type,
boolean end2IsNavigable,
AggregationKind end2Aggregation,
String end2Name,
int end2Lower,
int end2Upper)
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 nearest package |
Association |
Property.getOwningAssociation()
Returns the value of the 'Owning Association' container reference. |
Association |
Property.getAssociation()
Returns the value of the 'Association' reference. |
Association |
LinkAction.association()
The association operates on LinkAction. |
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.uml 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.uml.util |
Methods in org.eclipse.uml2.uml.util with parameters of type Association | |
boolean |
UMLValidator.validateAssociation(Association association,
DiagnosticChain diagnostics,
Map context)
|
boolean |
UMLValidator.validateAssociation_validateSpecializedEndNumber(Association association,
DiagnosticChain diagnostics,
Map context)
Validates the validateSpecializedEndNumber constraint of 'Association' |
boolean |
UMLValidator.validateAssociation_validateSpecializedEndTypes(Association association,
DiagnosticChain diagnostics,
Map context)
Validates the validateSpecializedEndTypes constraint of 'Association' |
boolean |
UMLValidator.validateAssociation_validateBinaryAssociations(Association association,
DiagnosticChain diagnostics,
Map context)
Validates the validateBinaryAssociations constraint of 'Association' |
boolean |
UMLValidator.validateAssociation_validateAssociationEnds(Association association,
DiagnosticChain diagnostics,
Map context)
Validates the validateAssociationEnds constraint of 'Association' |
protected void |
UMLUtil.PackageMerger.mergeAssociation_IsDerived(Association receivingAssociation,
Association mergedAssociation)
|
Object |
UMLSwitch.caseAssociation(Association object)
Returns the result of interpretting the object as an instance of 'Association' |
|
Copyright 2003, 2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |