Package | Description |
---|---|
com.modeliosoft.modelio.api.editor | |
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.infrastructure | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
boolean |
IEditionService.createDocumentContent(IExternDocument doc)
Create a document content for the given document.
|
void |
IEditionService.openEditor(IExternDocument document)
Open an editor from an extern document.
|
Modifier and Type | Method and Description |
---|---|
IExternDocument |
IUmlModel.createExternDocument()
Create an ExternDocument.
|
IExternDocument |
IUmlModel.createExternDocument(String documentRole,
IModelElement owner,
String mimeType)
Creates a rich note.
|
Modifier and Type | Method and Description |
---|---|
<T extends IExternDocument> |
IModelElement.getDocument(Class<T> filteredClass)
Get the list of ObExternDocument to the Document association.
|
<T extends IExternDocument> |
IExternDocumentType.getTypedDoc(Class<T> filteredClass)
Get the list of ObExternDocument to the TypedDoc association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IExternDocument> |
IModelElement.getDocument()
Get the list of ObExternDocument to the Document association.
|
ObList<IExternDocument> |
IExternDocumentType.getTypedDoc()
Get the list of ObExternDocument to the TypedDoc association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addDocument(IExternDocument element)
Add a ObExternDocument to the 'Document' association.
|
void |
IExternDocumentType.addTypedDoc(IExternDocument element)
Add a ObExternDocument to the 'TypedDoc' association.
|
void |
IModelElement.removeDocument(IExternDocument element)
Remove an ObExternDocument from the 'Document' association.
|
void |
IExternDocumentType.removeTypedDoc(IExternDocument element)
Remove an ObExternDocument from the 'TypedDoc' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardDocument(Class<? extends IExternDocument> filteredClass)
Returns the number elements in the Document association filtered with the given metaclass.
|
int |
IExternDocumentType.cardTypedDoc(Class<? extends IExternDocument> filteredClass)
Returns the number elements in the TypedDoc association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitExternDocument(IExternDocument theExternDocument) |
Object |
DefaultMetamodelVisitor.visitExternDocument(IExternDocument theExternDocument) |
Object |
AbstractMetamodelVisitor.visitExternDocument(IExternDocument theExternDocument) |