|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
org.omg.uml.behavioralelements.collaborations | |
org.omg.uml.behavioralelements.commonbehavior | |
org.omg.uml.foundation.core |
Uses of Attribute in org.omg.uml.behavioralelements.collaborations |
Methods in org.omg.uml.behavioralelements.collaborations with parameters of type Attribute | |
boolean |
AAssociationEndRoleAvailableQualifier.exists(AssociationEndRole associationEndRole,
Attribute availableQualifier)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AAssociationEndRoleAvailableQualifier.getAssociationEndRole(Attribute availableQualifier)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AAssociationEndRoleAvailableQualifier.add(AssociationEndRole associationEndRole,
Attribute availableQualifier)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AAssociationEndRoleAvailableQualifier.remove(AssociationEndRole associationEndRole,
Attribute availableQualifier)
Removes a link between a pair of instance objects in the current associations link set. |
Uses of Attribute in org.omg.uml.behavioralelements.commonbehavior |
Methods in org.omg.uml.behavioralelements.commonbehavior that return Attribute | |
Attribute |
AAttributeLinkAttribute.getAttribute(AttributeLink attributeLink)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Attribute |
AttributeLink.getAttribute()
Returns the value of reference attribute. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type Attribute | |
boolean |
AAttributeLinkAttribute.exists(AttributeLink attributeLink,
Attribute attribute)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AAttributeLinkAttribute.getAttributeLink(Attribute attribute)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AAttributeLinkAttribute.add(AttributeLink attributeLink,
Attribute attribute)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AAttributeLinkAttribute.remove(AttributeLink attributeLink,
Attribute attribute)
Removes a link between a pair of instance objects in the current associations link set. |
void |
AttributeLink.setAttribute(Attribute newValue)
Sets the value of reference attribute. |
Uses of Attribute in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return Attribute | |
Attribute |
AttributeClass.createAttribute()
The default factory operation used to create an instance object. |
Attribute |
AttributeClass.createAttribute(String name,
VisibilityKind visibility,
boolean isSpecification,
ScopeKind ownerScope,
Multiplicity multiplicity,
ChangeableKind changeability,
ScopeKind targetScope,
OrderingKind ordering,
Expression initialValue)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.foundation.core with parameters of type Attribute | |
boolean |
AQualifierAssociationEnd.exists(Attribute qualifier,
AssociationEnd associationEnd)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
AssociationEnd |
AQualifierAssociationEnd.getAssociationEnd(Attribute qualifier)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AQualifierAssociationEnd.add(Attribute qualifier,
AssociationEnd associationEnd)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AQualifierAssociationEnd.remove(Attribute qualifier,
AssociationEnd associationEnd)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |