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 |
---|---|
INote |
IUmlModel.createNote()
Create a Note.
|
INote |
IUmlModel.createNote(String noteType,
IModelElement owner,
String content)
Create a Note.
|
Modifier and Type | Method and Description |
---|---|
<T extends INote> |
IModelElement.getDescriptor(Class<T> filteredClass)
Get the list of ObNote to the Descriptor association.
|
<T extends INote> |
INoteType.getElement(Class<T> filteredClass)
Get the list of ObNote to the Element association.
|
Modifier and Type | Method and Description |
---|---|
INote |
IModelElement.getNote(String type) |
Modifier and Type | Method and Description |
---|---|
ObList<INote> |
IModelElement.getDescriptor()
Get the list of ObNote to the Descriptor association.
|
ObList<INote> |
INoteType.getElement()
Get the list of ObNote to the Element association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addDescriptor(INote element)
Add a ObNote to the 'Descriptor' association.
|
void |
INoteType.addElement(INote element)
Add a ObNote to the 'Element' association.
|
void |
IModelElement.removeDescriptor(INote element)
Remove an ObNote from the 'Descriptor' association.
|
void |
INoteType.removeElement(INote element)
Remove an ObNote from the 'Element' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardDescriptor(Class<? extends INote> filteredClass)
Returns the number elements in the Descriptor association filtered with the given metaclass.
|
int |
INoteType.cardElement(Class<? extends INote> filteredClass)
Returns the number elements in the Element association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitNote(INote theNote) |
Object |
DefaultMetamodelVisitor.visitNote(INote theNote) |
Object |
AbstractMetamodelVisitor.visitNote(INote theNote) |