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 |
---|---|
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.
|
IUseCaseDependency |
IUmlModel.createUseCaseDependency()
Create a UseCaseDependency.
|
Modifier and Type | Method and Description |
---|---|
<T extends IUseCaseDependency> |
IExtensionPoint.getExtended(Class<T> filteredClass)
Get the list of ObUseCaseDependency to the Extended association.
|
<T extends IUseCaseDependency> |
IUseCase.getUsed(Class<T> filteredClass)
Get the list of ObUseCaseDependency to the Used association.
|
<T extends IUseCaseDependency> |
IUseCase.getUser(Class<T> filteredClass)
Get the list of ObUseCaseDependency to the User association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IUseCaseDependency> |
IExtensionPoint.getExtended()
Get the list of ObUseCaseDependency to the Extended association.
|
ObList<IUseCaseDependency> |
IUseCase.getUsed()
Get the list of ObUseCaseDependency to the Used association.
|
ObList<IUseCaseDependency> |
IUseCase.getUser()
Get the list of ObUseCaseDependency to the User association.
|
Modifier and Type | Method and Description |
---|---|
void |
IExtensionPoint.addExtended(IUseCaseDependency element)
Add a ObUseCaseDependency to the 'Extended' association.
|
void |
IUseCase.addUsed(IUseCaseDependency element)
Add a ObUseCaseDependency to the 'Used' association.
|
void |
IUseCase.addUser(IUseCaseDependency element)
Add a ObUseCaseDependency to the 'User' association.
|
void |
IExtensionPoint.removeExtended(IUseCaseDependency element)
Remove an ObUseCaseDependency from the 'Extended' association.
|
void |
IUseCase.removeUsed(IUseCaseDependency element)
Remove an ObUseCaseDependency from the 'Used' association.
|
void |
IUseCase.removeUser(IUseCaseDependency element)
Remove an ObUseCaseDependency from the 'User' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IExtensionPoint.cardExtended(Class<? extends IUseCaseDependency> filteredClass)
Returns the number elements in the Extended association filtered with the given metaclass.
|
int |
IUseCase.cardUsed(Class<? extends IUseCaseDependency> filteredClass)
Returns the number elements in the Used association filtered with the given metaclass.
|
int |
IUseCase.cardUser(Class<? extends IUseCaseDependency> filteredClass)
Returns the number elements in the User association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitUseCaseDependency(IUseCaseDependency theUseCaseDependency) |
Object |
DefaultMetamodelVisitor.visitUseCaseDependency(IUseCaseDependency theUseCaseDependency) |
Object |
AbstractMetamodelVisitor.visitUseCaseDependency(IUseCaseDependency theUseCaseDependency) |