Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.infrastructure | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IExternDocumentType |
IMetamodelExtensions.getExternDocumentType(Class<? extends IElement> metaclass,
String name)
Used to access a specific external document type.
|
Modifier and Type | Method and Description |
---|---|
ObList<IExternDocumentType> |
IMetamodelExtensions.getExternDocumentTypes(Class<? extends IElement> metaclass)
Returns all the external document types brought by deployed modules.
|
Modifier and Type | Method and Description |
---|---|
<T extends IExternDocumentType> |
IStereotype.getDefinedExternDocumentType(Class<T> filteredClass)
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
|
<T extends IExternDocumentType> |
IMetaclassReference.getDefinedExternDocumentType(Class<T> filteredClass)
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
|
Modifier and Type | Method and Description |
---|---|
IExternDocumentType |
IExternDocument.getType() |
Modifier and Type | Method and Description |
---|---|
ObList<IExternDocumentType> |
IStereotype.getDefinedExternDocumentType()
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
|
ObList<IExternDocumentType> |
IMetaclassReference.getDefinedExternDocumentType()
Get the list of ObExternDocumentType to the DefinedExternDocumentType association.
|
Modifier and Type | Method and Description |
---|---|
void |
IStereotype.addDefinedExternDocumentType(IExternDocumentType element)
Add a ObExternDocumentType to the 'DefinedExternDocumentType' association.
|
void |
IMetaclassReference.addDefinedExternDocumentType(IExternDocumentType element)
Add a ObExternDocumentType to the 'DefinedExternDocumentType' association.
|
void |
IStereotype.removeDefinedExternDocumentType(IExternDocumentType element)
Remove an ObExternDocumentType from the 'DefinedExternDocumentType' association.
|
void |
IMetaclassReference.removeDefinedExternDocumentType(IExternDocumentType element)
Remove an ObExternDocumentType from the 'DefinedExternDocumentType' association.
|
void |
IExternDocument.setType(IExternDocumentType element) |
Modifier and Type | Method and Description |
---|---|
int |
IStereotype.cardDefinedExternDocumentType(Class<? extends IExternDocumentType> filteredClass)
Returns the number elements in the DefinedExternDocumentType association filtered with the given metaclass.
|
int |
IMetaclassReference.cardDefinedExternDocumentType(Class<? extends IExternDocumentType> filteredClass)
Returns the number elements in the DefinedExternDocumentType association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitExternDocumentType(IExternDocumentType theExternDocumentType) |
Object |
DefaultMetamodelVisitor.visitExternDocumentType(IExternDocumentType theExternDocumentType) |
Object |
AbstractMetamodelVisitor.visitExternDocumentType(IExternDocumentType theExternDocumentType) |