Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.usecase | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IUseCase |
IUmlModel.createUseCase()
Create a UseCase.
|
IUseCase |
IUmlModel.createUseCase(String name,
INameSpace owner)
Create a UseCase.
|
IUseCase |
IUmlModel.createUseCase(String name,
INameSpace owner,
String stereotype)
Create a stereotyped UseCase.
|
Modifier and Type | Method and Description |
---|---|
IUseCaseDependency |
IUmlModel.createExtendUseCaseDependency(IUseCase source,
IUseCase destination)
Create an extend UseCaseDependency between two UseCases.
|
IUseCaseDependency |
IUmlModel.createIncludeUseCaseDependency(IUseCase source,
IUseCase destination)
Create an include UseCaseDependency between two NameSpaces.
|
Modifier and Type | Method and Description |
---|---|
IUseCase |
IUseCaseDependency.getOrigin()
Get the Origin association.
|
IUseCase |
IExtensionPoint.getOwner()
Get the Owner association.
|
IUseCase |
IUseCaseDependency.getTarget()
Get the Target association.
|
Modifier and Type | Method and Description |
---|---|
void |
IUseCaseDependency.setOrigin(IUseCase element)
Setter for the 'Origin' [1..1] association.
|
void |
IExtensionPoint.setOwner(IUseCase element)
Setter for the 'Owner' [0..1] association.
|
void |
IUseCaseDependency.setTarget(IUseCase element)
Setter for the 'Target' [1..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitUseCase(IUseCase theUseCase) |
Object |
DefaultMetamodelVisitor.visitUseCase(IUseCase theUseCase) |
Object |
AbstractMetamodelVisitor.visitUseCase(IUseCase theUseCase) |