| Package | Description |
|---|---|
| com.modeliosoft.modelio.api.mc | |
| com.modeliosoft.modelio.api.model.analyst | |
| com.modeliosoft.modelio.api.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultModelComponentContent.addDictionaryElement(IDictionaryElement dictionaryElement)
Adds a dictionary element to the set of dictionary elements that must be added to a model component
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDictionary |
interface |
ITerm |
| Modifier and Type | Method and Description |
|---|---|
<T extends IDictionaryElement> |
IDictionary.getOwned(Class<T> filteredClass)
Get the list of ObDictionaryElement to the Owned association.
|
| Modifier and Type | Method and Description |
|---|---|
ObList<IDictionaryElement> |
IDictionary.getOwned()
Get the list of ObDictionaryElement to the Owned association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDictionary.addOwned(IDictionaryElement element)
Add a ObDictionaryElement to the 'Owned' association.
|
void |
IDictionary.removeOwned(IDictionaryElement element)
Remove an ObDictionaryElement from the 'Owned' association.
|
| Modifier and Type | Method and Description |
|---|---|
int |
IDictionary.cardOwned(Class<? extends IDictionaryElement> filteredClass)
Returns the number elements in the Owned association filtered with the given metaclass.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
IMetamodelVisitor.visitDictionaryElement(IDictionaryElement theDictionaryElement) |
Object |
DefaultMetamodelVisitor.visitDictionaryElement(IDictionaryElement theDictionaryElement) |
Object |
AbstractMetamodelVisitor.visitDictionaryElement(IDictionaryElement theDictionaryElement) |