Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.api.ui.form.models | |
org.modelio.metamodel.mmextensions.infrastructure | |
org.modelio.metamodel.uml.infrastructure | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
Note |
IUmlModel.createNote()
Create a Note.
|
Note |
IUmlModel.createNote(NoteType noteType,
ModelElement owner,
java.lang.String content)
Create a Note.
|
Note |
IUmlModel.createNote(java.lang.String moduleName,
java.lang.String noteType,
ModelElement owner,
java.lang.String content)
Create a Note.
|
Modifier and Type | Method and Description |
---|---|
protected Note |
NoteFieldData.getNote() |
Modifier and Type | Method and Description |
---|---|
Note |
IInfrastructureModelFactory.createNote() |
Note |
IInfrastructureModelFactory.createNote(NoteType noteType,
ModelElement owner,
java.lang.String content) |
Note |
IInfrastructureModelFactory.createNote(java.lang.String moduleName,
java.lang.String ownerName,
java.lang.String noteTypeName,
ModelElement owner,
java.lang.String content) |
Modifier and Type | Method and Description |
---|---|
<T extends Note> |
ModelElement.getDescriptor(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ModelElement->Descriptor'
Metamodel description:
Notes (documentation, code, and so on) describing the ModelElement.
|
<T extends Note> |
NoteType.getElement(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NoteType->Element'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
Note |
ModelElement.getNote(NoteType noteType)
Get the first note of the given type.
|
Note |
ModelElement.getNote(java.lang.String moduleName,
java.lang.String noteTypeName)
Deprecated.
since Modelio 3.8, it is recommended to use
ModelElement.getNote(String, String, String) instead. |
Note |
ModelElement.getNote(java.lang.String moduleName,
java.lang.String ownerName,
java.lang.String noteTypeName)
This operation returns the first note of the type indicated by the (moduleName, noteTypeName) pair.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Note> |
ModelElement.getDescriptor()
Getter for relation 'ModelElement->Descriptor'
Metamodel description:
Notes (documentation, code, and so on) describing the ModelElement.
|
org.eclipse.emf.common.util.EList<Note> |
NoteType.getElement()
Getter for relation 'NoteType->Element'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
DefaultInfrastructureVisitor.visitNote(Note obj) |
java.lang.Object |
IInfrastructureVisitor.visitNote(Note obj) |
java.lang.Object |
AbstractInfrastructureVisitor.visitNote(Note obj) |
default java.lang.Object |
IDefaultInfrastructureVisitor.visitNote(Note obj) |
default java.lang.Object |
IAbstractInfrastructureVisitor.visitNote(Note obj) |