Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.extension | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IComponent |
IUmlModel.createComponent()
Create a Component.
|
IComponent |
IUmlModel.createComponent(String name,
INameSpace owner)
Create a Component.
|
IComponent |
IUmlModel.createComponent(String name,
INameSpace owner,
String stereotype)
Create a stereotyped Component.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IModule |
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitComponent(IComponent theComponent) |
Object |
DefaultMetamodelVisitor.visitComponent(IComponent theComponent) |
Object |
AbstractMetamodelVisitor.visitComponent(IComponent theComponent) |