Package | Description |
---|---|
com.modeliosoft.modelio.api.model | |
com.modeliosoft.modelio.api.model.uml.statik | |
com.modeliosoft.modelio.api.utils |
Modifier and Type | Method and Description |
---|---|
IInterfaceRealization |
IUmlModel.createInterfaceRealization()
Create an InterfaceRealization.
|
IInterfaceRealization |
IUmlModel.createInterfaceRealization(INameSpace source,
IInterface destination)
Create an InterfaceRealization.
|
Modifier and Type | Method and Description |
---|---|
<T extends IInterfaceRealization> |
IInterface.getImplementedLink(Class<T> filteredClass)
Get the list of ObInterfaceRealization to the ImplementedLink association.
|
<T extends IInterfaceRealization> |
INameSpace.getRealized(Class<T> filteredClass)
Get the list of ObInterfaceRealization to the Realized association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IInterfaceRealization> |
IInterface.getImplementedLink()
Get the list of ObInterfaceRealization to the ImplementedLink association.
|
ObList<IInterfaceRealization> |
INameSpace.getRealized()
Get the list of ObInterfaceRealization to the Realized association.
|
Modifier and Type | Method and Description |
---|---|
void |
IInterface.addImplementedLink(IInterfaceRealization element)
Add a ObInterfaceRealization to the 'ImplementedLink' association.
|
void |
INameSpace.addRealized(IInterfaceRealization element)
Add a ObInterfaceRealization to the 'Realized' association.
|
void |
IInterface.removeImplementedLink(IInterfaceRealization element)
Remove an ObInterfaceRealization from the 'ImplementedLink' association.
|
void |
INameSpace.removeRealized(IInterfaceRealization element)
Remove an ObInterfaceRealization from the 'Realized' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IInterface.cardImplementedLink(Class<? extends IInterfaceRealization> filteredClass)
Returns the number elements in the ImplementedLink association filtered with the given metaclass.
|
int |
INameSpace.cardRealized(Class<? extends IInterfaceRealization> filteredClass)
Returns the number elements in the Realized association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitInterfaceRealization(IInterfaceRealization theInterfaceRealization) |
Object |
DefaultMetamodelVisitor.visitInterfaceRealization(IInterfaceRealization theInterfaceRealization) |
Object |
AbstractMetamodelVisitor.visitInterfaceRealization(IInterfaceRealization theInterfaceRealization) |