| Package | Description |
|---|---|
| com.modeliosoft.modelio.analyst.model | |
| org.modelio.metamodel.analyst | |
| org.modelio.metamodel.visitors |
| Modifier and Type | Method and Description |
|---|---|
Term |
IAnalystModel.createTerm()
Create a new term without container.
The returned term 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 Term> |
Term.getArchivedTermVersion(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Term->ArchivedTermVersion'
Metamodel description:
null
|
<T extends Term> |
Dictionary.getOwnedTerm(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Dictionary->OwnedTerm'
Metamodel description:
null
|
| Modifier and Type | Method and Description |
|---|---|
Term |
Term.getLastTermVersion()
Getter for relation 'Term->LastTermVersion'
Metamodel description:
null
|
| Modifier and Type | Method and Description |
|---|---|
void |
Term.setLastTermVersion(Term value)
Setter for relation 'Term->LastTermVersion'
Metamodel description:
null
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
AbstractAnalystVisitor.visitTerm(Term obj) |
java.lang.Object |
IAnalystVisitor.visitTerm(Term obj) |
default java.lang.Object |
IAbstractAnalystVisitor.visitTerm(Term obj) |
java.lang.Object |
DefaultAnalystVisitor.visitTerm(Term obj) |
default java.lang.Object |
IDefaultAnalystVisitor.visitTerm(Term obj) |