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 |
---|---|
IProvidedInterface |
IUmlModel.createProvidedInterface()
Create a ProvidedInterface.
|
IProvidedInterface |
IUmlModel.createProvidedInterface(IPort owner,
ObList<IInterface> interfaces)
Create a ProvidedInterface.
|
Modifier and Type | Method and Description |
---|---|
<T extends IProvidedInterface> |
IPort.getProvided(Class<T> filteredClass)
Get the list of ObProvidedInterface to the Provided association.
|
<T extends IProvidedInterface> |
IInterface.getProviding(Class<T> filteredClass)
Get the list of ObProvidedInterface to the Providing association.
|
Modifier and Type | Method and Description |
---|---|
IProvidedInterface |
ILinkEnd.getProvider()
Get the Provider association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IProvidedInterface> |
IPort.getProvided()
Get the list of ObProvidedInterface to the Provided association.
|
ObList<IProvidedInterface> |
IInterface.getProviding()
Get the list of ObProvidedInterface to the Providing association.
|
Modifier and Type | Method and Description |
---|---|
void |
IPort.addProvided(IProvidedInterface element)
Add a ObProvidedInterface to the 'Provided' association.
|
void |
IInterface.addProviding(IProvidedInterface element)
Add a ObProvidedInterface to the 'Providing' association.
|
void |
IPort.removeProvided(IProvidedInterface element)
Remove an ObProvidedInterface from the 'Provided' association.
|
void |
IInterface.removeProviding(IProvidedInterface element)
Remove an ObProvidedInterface from the 'Providing' association.
|
void |
ILinkEnd.setProvider(IProvidedInterface element)
Setter for the 'Provider' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IPort.cardProvided(Class<? extends IProvidedInterface> filteredClass)
Returns the number elements in the Provided association filtered with the given metaclass.
|
int |
IInterface.cardProviding(Class<? extends IProvidedInterface> filteredClass)
Returns the number elements in the Providing association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitProvidedInterface(IProvidedInterface theProvidedInterface) |
Object |
DefaultMetamodelVisitor.visitProvidedInterface(IProvidedInterface theProvidedInterface) |
Object |
AbstractMetamodelVisitor.visitProvidedInterface(IProvidedInterface theProvidedInterface) |