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 |
---|---|
ILocalNote |
IUmlModel.createLocalNote()
Create LocalNote
|
Modifier and Type | Method and Description |
---|---|
<T extends ILocalNote> |
IModelElement.getLocalDescriptor(Class<T> filteredClass)
Get the list of ObLocalNote to the LocalDescriptor association.
|
<T extends ILocalNote> |
INoteType.getLocalElement(Class<T> filteredClass)
Get the list of ObLocalNote to the LocalElement association.
|
Modifier and Type | Method and Description |
---|---|
ObList<ILocalNote> |
IModelElement.getLocalDescriptor()
Get the list of ObLocalNote to the LocalDescriptor association.
|
ObList<ILocalNote> |
INoteType.getLocalElement()
Get the list of ObLocalNote to the LocalElement association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addLocalDescriptor(ILocalNote element)
Add a ObLocalNote to the 'LocalDescriptor' association.
|
void |
INoteType.addLocalElement(ILocalNote element)
Add a ObLocalNote to the 'LocalElement' association.
|
void |
IModelElement.removeLocalDescriptor(ILocalNote element)
Remove an ObLocalNote from the 'LocalDescriptor' association.
|
void |
INoteType.removeLocalElement(ILocalNote element)
Remove an ObLocalNote from the 'LocalElement' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardLocalDescriptor(Class<? extends ILocalNote> filteredClass)
Returns the number elements in the LocalDescriptor association filtered with the given metaclass.
|
int |
INoteType.cardLocalElement(Class<? extends ILocalNote> filteredClass)
Returns the number elements in the LocalElement association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitLocalNote(ILocalNote theLocalNote) |
Object |
DefaultMetamodelVisitor.visitLocalNote(ILocalNote theLocalNote) |
Object |
AbstractMetamodelVisitor.visitLocalNote(ILocalNote theLocalNote) |