| Package | Description |
|---|---|
| org.modelio.metamodel.uml.infrastructure |
| Modifier and Type | Method and Description |
|---|---|
IResourceHandle |
AbstractResource.createEmbeddedResource(java.lang.String fileName)
Initialize the element to embed a resource.
|
IResourceHandle |
AbstractResource.createExternalResource(java.lang.String resourceLocation)
Initialize the element to reference an external resource.
|
IResourceHandle |
AbstractResource.getHandle()
Get access to the represented resource.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IResourceHandle.copy(IResourceHandle src,
IResourceHandle target)
Copy the attached resource content between 2 model objects.
|