Package | Description |
---|---|
org.modelio.api.modelio.mc |
Model component services
|
org.modelio.api.modelio.model |
Model services
|
org.modelio.api.modelio.module | |
org.modelio.api.module |
Mdac development infrastructure
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IModelComponentContributor> |
IModelComponentService.getContributors(Artifact mc,
java.util.Set<IPeerModule> peerModules)
Get model component contributions for given model component corresponding to the peer modules.
|
void |
IModelComponentService.packageModelComponent(Artifact mc,
java.util.Set<IPeerModule> peerModules,
java.io.File targetFile,
org.eclipse.core.runtime.IProgressMonitor monitor)
Package a model component from the model into a file.
Modules might contribute to a model component, adding model extensions (notes, tagged values, stereotypes) and/or files to it. |
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.Image |
IImageService.getIcon(MObject element,
IPeerModule filter)
Get the stereotyped icon of an element (usually 16x16 pixels).
|
org.eclipse.swt.graphics.Image |
IImageService.getImage(MObject element,
IPeerModule filter)
Get the stereotyped image of an element (usually 32x32 pixels).
|
QualifiedImage |
IImageService.getQualifiedIcon(MObject element,
IPeerModule filter)
Get the stereotyped icon of an element (usually 16x16 pixels) as a
QualifiedImage |
QualifiedImage |
IImageService.getQualifiedImage(MObject element,
IPeerModule filter)
Get the stereotyped image of an element (usually 32x32 pixels) as a
QualifiedImage . |
default org.eclipse.swt.graphics.Image |
IImageService.getStereotypedImage(MObject element,
IPeerModule filter,
boolean useCmsDecoration)
Deprecated.
use
IImageService.getIcon(MObject, IPeerModule) instead. |
Modifier and Type | Method and Description |
---|---|
<T extends IPeerModule> |
IModuleService.getPeerModule(java.lang.Class<T> peerClass)
Get the public services of a specific Java module.
|
Modifier and Type | Method and Description |
---|---|
IPeerModule |
IModuleService.getPeerModule(java.lang.String moduleName)
Get the public services of a specific Java module from its name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IPeerModule> |
IModuleService.getAllPeerModules()
Returns the list of deployed peer module.
|
Modifier and Type | Method and Description |
---|---|
IPeerModule |
IModule.getPeerModule()
Returns the peer module, connected to this module.
|