|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TagDefinition | |
| org.omg.uml.foundation.core | |
| Uses of TagDefinition in org.omg.uml.foundation.core |
| Methods in org.omg.uml.foundation.core that return TagDefinition | |
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. |
TagDefinition |
TaggedValue.getType()
Returns the value of reference type. |
TagDefinition |
TagDefinitionClass.createTagDefinition()
The default factory operation used to create an instance object. |
TagDefinition |
TagDefinitionClass.createTagDefinition(String name,
VisibilityKind visibility,
boolean isSpecification,
String tagType,
Multiplicity multiplicity)
Creates an instance object having attributes initialized by the passed values. |
| Methods in org.omg.uml.foundation.core with parameters of type TagDefinition | |
boolean |
ADefinedTagOwner.exists(TagDefinition definedTag,
Stereotype owner)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Stereotype |
ADefinedTagOwner.getOwner(TagDefinition definedTag)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
boolean |
ADefinedTagOwner.add(TagDefinition definedTag,
Stereotype owner)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ADefinedTagOwner.remove(TagDefinition definedTag,
Stereotype owner)
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. |
Collection |
ATypeTypedValue.getTypedValue(TagDefinition type)
Queries the instance objects that are 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. |
void |
TaggedValue.setType(TagDefinition newValue)
Sets the value of reference type. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||