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 |
---|---|
IExtensionPoint |
IUmlModel.createExtensionPoint()
Create a ExtensionPoint.
|
Modifier and Type | Method and Description |
---|---|
<T extends IExtensionPoint> |
IUseCaseDependency.getExtensionLocation(Class<T> filteredClass)
Get the list of ObExtensionPoint to the ExtensionLocation association.
|
<T extends IExtensionPoint> |
IUseCase.getOwnedExtension(Class<T> filteredClass)
Get the list of ObExtensionPoint to the OwnedExtension association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IExtensionPoint> |
IUseCaseDependency.getExtensionLocation()
Get the list of ObExtensionPoint to the ExtensionLocation association.
|
ObList<IExtensionPoint> |
IUseCase.getOwnedExtension()
Get the list of ObExtensionPoint to the OwnedExtension association.
|
Modifier and Type | Method and Description |
---|---|
void |
IUseCaseDependency.addExtensionLocation(IExtensionPoint element)
Add a ObExtensionPoint to the 'ExtensionLocation' association.
|
void |
IUseCase.addOwnedExtension(IExtensionPoint element)
Add a ObExtensionPoint to the 'OwnedExtension' association.
|
void |
IUseCaseDependency.removeExtensionLocation(IExtensionPoint element)
Remove an ObExtensionPoint from the 'ExtensionLocation' association.
|
void |
IUseCase.removeOwnedExtension(IExtensionPoint element)
Remove an ObExtensionPoint from the 'OwnedExtension' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IUseCaseDependency.cardExtensionLocation(Class<? extends IExtensionPoint> filteredClass)
Returns the number elements in the ExtensionLocation association filtered with the given metaclass.
|
int |
IUseCase.cardOwnedExtension(Class<? extends IExtensionPoint> filteredClass)
Returns the number elements in the OwnedExtension association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitExtensionPoint(IExtensionPoint theExtensionPoint) |
Object |
DefaultMetamodelVisitor.visitExtensionPoint(IExtensionPoint theExtensionPoint) |
Object |
AbstractMetamodelVisitor.visitExtensionPoint(IExtensionPoint theExtensionPoint) |