Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.extension | |
com.modeliosoft.modelio.api.model.uml.infrastructure |
Modifier and Type | Method and Description |
---|---|
ITaggedValue |
IUmlModel.createTaggedValue(String tagType,
IModelElement owner)
Create a TaggedValue.
|
ITagType |
IMetamodelExtensions.getTagType(Class<? extends IElement> metaclass,
String name)
Used to access a specific tag type.
|
static void |
ObUtils.putTagValues(IModelingSession session,
IModelElement element,
String type,
List<String> values)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ITagType |
IProject.getTagType(Class<?> metaclass,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.putTagValue(String type,
String value) |
void |
IModelElement.putTagValues(String type,
List<String> values) |