Package | Description |
---|---|
com.modeliosoft.modelio.analyst.model | |
org.modelio.metamodel.analyst | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
Dictionary |
IAnalystModel.createDictionary()
Create a new dictionary without container.
The returned dictionary has to be added in the dictionary hierarchy. |
Dictionary |
IAnalystModel.createDictionary(java.lang.String name,
Dictionary owner)
Create a new dictionary without container.
The returned dictionary has to be added in the dictionary hierarchy. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Dictionary> |
IAnalystModel.getRootDictionary()
Get the main dictionary that owns the sub dictionaries and terms.
|
Modifier and Type | Method and Description |
---|---|
Dictionary |
IAnalystModel.createDictionary(java.lang.String name,
Dictionary owner)
Create a new dictionary without container.
The returned dictionary has to be added in the dictionary hierarchy. |
Term |
IAnalystModel.createTerm(java.lang.String name,
Dictionary owner)
Create a new term without container.
The returned term has to be added in the dictionary hierarchy. |
Modifier and Type | Method and Description |
---|---|
<T extends Dictionary> |
AnalystProject.getDictionaryRoot(java.lang.Class<T> filterClass)
Filtered Getter for relation 'AnalystProject->DictionaryRoot'
Metamodel description:
null
|
<T extends Dictionary> |
Dictionary.getOwnedDictionary(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Dictionary->OwnedDictionary'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
Dictionary |
Dictionary.getOwnerDictionary()
Getter for relation 'Dictionary->OwnerDictionary'
Metamodel description:
null
|
Dictionary |
Term.getOwnerDictionary()
Getter for relation 'Term->OwnerDictionary'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Dictionary> |
AnalystProject.getDictionaryRoot()
Getter for relation 'AnalystProject->DictionaryRoot'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<Dictionary> |
Dictionary.getOwnedDictionary()
Getter for relation 'Dictionary->OwnedDictionary'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
Dictionary.setOwnerDictionary(Dictionary value)
Setter for relation 'Dictionary->OwnerDictionary'
Metamodel description:
null
|
void |
Term.setOwnerDictionary(Dictionary value)
Setter for relation 'Term->OwnerDictionary'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractAnalystVisitor.visitDictionary(Dictionary obj) |
java.lang.Object |
IAnalystVisitor.visitDictionary(Dictionary obj) |
default java.lang.Object |
IAbstractAnalystVisitor.visitDictionary(Dictionary obj) |
java.lang.Object |
DefaultAnalystVisitor.visitDictionary(Dictionary obj) |
default java.lang.Object |
IDefaultAnalystVisitor.visitDictionary(Dictionary obj) |