Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IActor |
IUmlModel.createActor()
Create an Actor.
|
IActor |
IUmlModel.createActor(String name,
INameSpace owner)
Create an Actor.
|
IActor |
IUmlModel.createActor(String name,
INameSpace owner,
String stereotype)
Create an Actor with the desired name and stereotype.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitActor(IActor theActor) |
Object |
DefaultMetamodelVisitor.visitActor(IActor theActor) |
Object |
AbstractMetamodelVisitor.visitActor(IActor theActor) |