public interface AssociationFacade extends GeneralizableElementFacade
Modifier and Type | Method and Description |
---|---|
AssociationEndFacade |
getAssociationEndA()
The first association end.
|
AssociationEndFacade |
getAssociationEndB()
The second association end.
|
List<AssociationEndFacade> |
getAssociationEnds()
Gets the association ends belonging to this association.
|
String |
getRelationName()
A name suited for naming this relationship.
|
boolean |
isAbstract()
Indicates if this association is 'abstract'.
|
boolean |
isAssociationClass()
True if the AssociationFacade is an AssociationClass.
|
boolean |
isAssociationFacadeMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isBinary()
UML2: Determines whether this association is a binary association, i.e.
|
boolean |
isDerived()
UML2: Returns the value of the 'Is Derived' attribute.
|
boolean |
isLeaf()
True if this association cannot be extended and represent a leaf in the inheritance tree.
|
boolean |
isMany2Many()
Indicates whether or not this associations represents a many-to-many relation.
|
findTaggedValue, getAllGeneralizations, getAllSpecializations, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getSpecializations, isGeneralizableElementFacadeMetaType
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isAssociationFacadeMetaType()
true
AssociationEndFacade getAssociationEndA()
AssociationEndFacade getAssociationEndB()
List<AssociationEndFacade> getAssociationEnds()
String getRelationName()
boolean isAbstract()
boolean isAssociationClass()
boolean isBinary()
boolean isDerived()
boolean isLeaf()
boolean isMany2Many()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.