|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeLink | |
org.omg.uml.behavioralelements.commonbehavior |
Uses of AttributeLink in org.omg.uml.behavioralelements.commonbehavior |
Methods in org.omg.uml.behavioralelements.commonbehavior that return AttributeLink | |
AttributeLink |
AttributeLinkClass.createAttributeLink()
The default factory operation used to create an instance object. |
AttributeLink |
AttributeLinkClass.createAttributeLink(String name,
VisibilityKind visibility,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type AttributeLink | |
boolean |
AAttributeLinkValue.exists(AttributeLink attributeLink,
Instance value)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Instance |
AAttributeLinkValue.getValue(AttributeLink attributeLink)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AAttributeLinkValue.add(AttributeLink attributeLink,
Instance value)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AAttributeLinkValue.remove(AttributeLink attributeLink,
Instance value)
Removes a link between a pair of instance objects in the current associations link set. |
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. |
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. |
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. |
boolean |
ASlotInstance.exists(AttributeLink slot,
Instance instance)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Instance |
ASlotInstance.getInstance(AttributeLink slot)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ASlotInstance.add(AttributeLink slot,
Instance instance)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ASlotInstance.remove(AttributeLink slot,
Instance instance)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ALinkEndQualifiedValue.exists(LinkEnd linkEnd,
AttributeLink qualifiedValue)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
LinkEnd |
ALinkEndQualifiedValue.getLinkEnd(AttributeLink qualifiedValue)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ALinkEndQualifiedValue.add(LinkEnd linkEnd,
AttributeLink qualifiedValue)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ALinkEndQualifiedValue.remove(LinkEnd linkEnd,
AttributeLink qualifiedValue)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |