Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
INode |
IUmlModel.createNode()
Create a Node.
|
Modifier and Type | Method and Description |
---|---|
<T extends INode> |
IArtifact.getDeploymentLocation(Class<T> filteredClass)
Get the list of ObNode to the DeploymentLocation association.
|
Modifier and Type | Method and Description |
---|---|
ObList<INode> |
IArtifact.getDeploymentLocation()
Get the list of ObNode to the DeploymentLocation association.
|
Modifier and Type | Method and Description |
---|---|
void |
IArtifact.addDeploymentLocation(INode element)
Add a ObNode to the 'DeploymentLocation' association.
|
void |
IArtifact.removeDeploymentLocation(INode element)
Remove an ObNode from the 'DeploymentLocation' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IArtifact.cardDeploymentLocation(Class<? extends INode> filteredClass)
Returns the number elements in the DeploymentLocation association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitNode(INode theNode) |
Object |
DefaultMetamodelVisitor.visitNode(INode theNode) |
Object |
AbstractMetamodelVisitor.visitNode(INode theNode) |