Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.infrastructure | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
ITaggedValue |
IUmlModel.createTaggedValue()
Create a TaggedValue.
|
ITaggedValue |
IUmlModel.createTaggedValue(String tagType,
IModelElement owner)
Create a TaggedValue.
|
static ITaggedValue |
ObUtils.getTag(IModelElement element,
String type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ITagParameter |
IUmlModel.createTagParameter(String value,
ITaggedValue owner)
Create a TagParameter using a parameter as initial value.
|
Modifier and Type | Method and Description |
---|---|
<T extends ITaggedValue> |
IModelElement.getTag(Class<T> filteredClass)
Get the list of ObTaggedValue to the Tag association.
|
<T extends ITaggedValue> |
ITagType.getTagOccurence(Class<T> filteredClass)
Get the list of ObTaggedValue to the TagOccurence association.
|
Modifier and Type | Method and Description |
---|---|
ITaggedValue |
ITagParameter.getAnnoted()
Get the Annoted association.
|
ITaggedValue |
ITagParameter.getQualified()
Get the Qualified association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ITaggedValue> |
IModelElement.getTag()
Get the list of ObTaggedValue to the Tag association.
|
ObList<ITaggedValue> |
ITagType.getTagOccurence()
Get the list of ObTaggedValue to the TagOccurence association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addTag(ITaggedValue element)
Add a ObTaggedValue to the 'Tag' association.
|
void |
ITagType.addTagOccurence(ITaggedValue element)
Add a ObTaggedValue to the 'TagOccurence' association.
|
void |
IModelElement.removeTag(ITaggedValue element)
Remove an ObTaggedValue from the 'Tag' association.
|
void |
ITagType.removeTagOccurence(ITaggedValue element)
Remove an ObTaggedValue from the 'TagOccurence' association.
|
void |
ITagParameter.setAnnoted(ITaggedValue element)
Setter for the 'Annoted' [0..1] association.
|
void |
ITagParameter.setQualified(ITaggedValue element)
Setter for the 'Qualified' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardTag(Class<? extends ITaggedValue> filteredClass)
Returns the number elements in the Tag association filtered with the given metaclass.
|
int |
ITagType.cardTagOccurence(Class<? extends ITaggedValue> filteredClass)
Returns the number elements in the TagOccurence association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitTaggedValue(ITaggedValue theTaggedValue) |
Object |
DefaultMetamodelVisitor.visitTaggedValue(ITaggedValue theTaggedValue) |
Object |
AbstractMetamodelVisitor.visitTaggedValue(ITaggedValue theTaggedValue) |