Package | Description |
---|---|
com.modeliosoft.modelio.api.mc | |
com.modeliosoft.modelio.api.mdac | |
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.module |
Modifier and Type | Method and Description |
---|---|
void |
IModelComponentService.packageModelComponent(IArtifact mc,
Set<IPeerMdac> peerMdacs,
File targetFile,
org.eclipse.core.runtime.IProgressMonitor monitor)
Package a model component from the model into a file.
|
Modifier and Type | Method and Description |
---|---|
IPeerMdac |
IMdac.getPeerMdac()
Returns the peer module, connected to this module.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.swt.graphics.Image |
IImageService.getStereotypedImage(IElement element,
IPeerMdac filter,
boolean useCmsDecoration)
Get the stereotyped image of an element.
|
Modifier and Type | Method and Description |
---|---|
<T extends IPeerMdac> |
IModuleService.getPeerMdac(Class<T> peerClass)
Get the public services of a specific Java module.
|
Modifier and Type | Method and Description |
---|---|
IPeerMdac |
IModuleService.getPeerMdac(String moduleName)
Get the public services of a specific Java module from its name.
|
Modifier and Type | Method and Description |
---|---|
Collection<IPeerMdac> |
IModuleService.getAllPeerMdacs()
Returns the list of deployed peer module.
|