|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TaggedValue | |
| org.omg.uml.foundation.core | |
| Uses of TaggedValue in org.omg.uml.foundation.core |
| Methods in org.omg.uml.foundation.core that return TaggedValue | |
TaggedValue |
TaggedValueClass.createTaggedValue()
The default factory operation used to create an instance object. |
TaggedValue |
TaggedValueClass.createTaggedValue(String name,
VisibilityKind visibility,
boolean isSpecification,
Collection dataValue)
Creates an instance object having attributes initialized by the passed values. |
| Methods in org.omg.uml.foundation.core with parameters of type TaggedValue | |
boolean |
AModelElementTaggedValue.exists(ModelElement modelElement,
TaggedValue taggedValue)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
ModelElement |
AModelElementTaggedValue.getModelElement(TaggedValue taggedValue)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
AModelElementTaggedValue.add(ModelElement modelElement,
TaggedValue taggedValue)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AModelElementTaggedValue.remove(ModelElement modelElement,
TaggedValue taggedValue)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ATypeTypedValue.exists(TagDefinition type,
TaggedValue typedValue)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
TagDefinition |
ATypeTypedValue.getType(TaggedValue typedValue)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ATypeTypedValue.add(TagDefinition type,
TaggedValue typedValue)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ATypeTypedValue.remove(TagDefinition type,
TaggedValue typedValue)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
AReferenceValueReferenceTag.exists(ModelElement referenceValue,
TaggedValue referenceTag)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AReferenceValueReferenceTag.getReferenceValue(TaggedValue referenceTag)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AReferenceValueReferenceTag.add(ModelElement referenceValue,
TaggedValue referenceTag)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AReferenceValueReferenceTag.remove(ModelElement referenceValue,
TaggedValue referenceTag)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||