Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.analyst | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IDictionary |
IAnalystModel.createDictionary()
Create a new dictionary without container.
|
IDictionary |
IAnalystModel.getRootDictionary()
Get the main dictionary that owns the sub dictionaries and terms.
|
Modifier and Type | Method and Description |
---|---|
<T extends IDictionary> |
IPropertySet.getTypedDictionary(Class<T> filteredClass)
Get the list of ObDictionary to the TypedDictionary association.
|
Modifier and Type | Method and Description |
---|---|
IDictionary |
IPropertyValueSet.getDefaultValuedDictionary()
Get the DefaultValuedDictionary association.
|
IDictionary |
IAnalystProject.getDictionaryRoot()
Get the DictionaryRoot association.
|
IDictionary |
IDictionaryElement.getOwner()
Get the Owner association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IDictionary> |
IPropertySet.getTypedDictionary()
Get the list of ObDictionary to the TypedDictionary association.
|
Modifier and Type | Method and Description |
---|---|
void |
IPropertySet.addTypedDictionary(IDictionary element)
Add a ObDictionary to the 'TypedDictionary' association.
|
void |
IPropertySet.removeTypedDictionary(IDictionary element)
Remove an ObDictionary from the 'TypedDictionary' association.
|
void |
IPropertyValueSet.setDefaultValuedDictionary(IDictionary element)
Setter for the 'DefaultValuedDictionary' [0..1] association.
|
void |
IAnalystProject.setDictionaryRoot(IDictionary element)
Setter for the 'DictionaryRoot' [1..1] association.
|
void |
IDictionaryElement.setOwner(IDictionary element)
Setter for the 'Owner' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IPropertySet.cardTypedDictionary(Class<? extends IDictionary> filteredClass)
Returns the number elements in the TypedDictionary association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitDictionary(IDictionary theDictionary) |
Object |
DefaultMetamodelVisitor.visitDictionary(IDictionary theDictionary) |
Object |
AbstractMetamodelVisitor.visitDictionary(IDictionary theDictionary) |