Modifier and Type | Method and Description |
---|---|
void |
IEditionService.openEditor(IArtifact artifact)
Open an editor from an artifact.
|
Modifier and Type | Method and Description |
---|---|
IModelComponentContent |
IModelComponentContributor.contribute(IArtifact ramc)
This method provide a contribution to model component content.
|
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 |
---|---|
IArtifact |
IUmlModel.createArtifact()
Create an Artifact.
|
IArtifact |
IUmlModel.createArtifact(String name,
INameSpace owner)
Create an Artifact.
|
IArtifact |
IUmlModel.createArtifact(String name,
INameSpace owner,
String stereotype)
Create an Artifact.
|
Modifier and Type | Method and Description |
---|---|
<T extends IArtifact> |
INode.getResident(Class<T> filteredClass)
Get the list of ObArtifact to the Resident association.
|
Modifier and Type | Method and Description |
---|---|
IArtifact |
IManifestation.getOwner()
Get the Owner association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IArtifact> |
INode.getResident()
Get the list of ObArtifact to the Resident association.
|
Modifier and Type | Method and Description |
---|---|
void |
INode.addResident(IArtifact element)
Add a ObArtifact to the 'Resident' association.
|
void |
INode.removeResident(IArtifact element)
Remove an ObArtifact from the 'Resident' association.
|
void |
IManifestation.setOwner(IArtifact element)
Setter for the 'Owner' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
INode.cardResident(Class<? extends IArtifact> filteredClass)
Returns the number elements in the Resident association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitArtifact(IArtifact theArtifact) |
Object |
DefaultMetamodelVisitor.visitArtifact(IArtifact theArtifact) |
Object |
AbstractMetamodelVisitor.visitArtifact(IArtifact theArtifact) |