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 |
---|---|
INote |
IUmlModel.createNote(String noteType,
IModelElement owner,
String content)
Create a Note.
|
INoteType |
IMetamodelExtensions.getNoteType(Class<? extends IElement> metaclass,
String name)
Used to access a specific note type.
|
static void |
ObUtils.putNoteContent(IModelingSession session,
IModelElement element,
String type,
String content)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
INoteType |
IProject.getNoteType(Class<?> metaclass,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.putNoteContent(String type,
String content) |