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 |
---|---|
IRequiredInterface |
IUmlModel.createRequiredInterface()
Create a RequiredInterface.
|
IRequiredInterface |
IUmlModel.createRequiredInterface(IPort owner,
ObList<IInterface> interfaces)
Create a RequiredInterface.
|
Modifier and Type | Method and Description |
---|---|
<T extends IRequiredInterface> |
IPort.getRequired(Class<T> filteredClass)
Get the list of ObRequiredInterface to the Required association.
|
<T extends IRequiredInterface> |
IInterface.getRequiring(Class<T> filteredClass)
Get the list of ObRequiredInterface to the Requiring association.
|
Modifier and Type | Method and Description |
---|---|
IRequiredInterface |
ILinkEnd.getConsumer()
Get the Consumer association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IRequiredInterface> |
IPort.getRequired()
Get the list of ObRequiredInterface to the Required association.
|
ObList<IRequiredInterface> |
IInterface.getRequiring()
Get the list of ObRequiredInterface to the Requiring association.
|
Modifier and Type | Method and Description |
---|---|
void |
IPort.addRequired(IRequiredInterface element)
Add a ObRequiredInterface to the 'Required' association.
|
void |
IInterface.addRequiring(IRequiredInterface element)
Add a ObRequiredInterface to the 'Requiring' association.
|
void |
IPort.removeRequired(IRequiredInterface element)
Remove an ObRequiredInterface from the 'Required' association.
|
void |
IInterface.removeRequiring(IRequiredInterface element)
Remove an ObRequiredInterface from the 'Requiring' association.
|
void |
ILinkEnd.setConsumer(IRequiredInterface element)
Setter for the 'Consumer' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IPort.cardRequired(Class<? extends IRequiredInterface> filteredClass)
Returns the number elements in the Required association filtered with the given metaclass.
|
int |
IInterface.cardRequiring(Class<? extends IRequiredInterface> filteredClass)
Returns the number elements in the Requiring association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitRequiredInterface(IRequiredInterface theRequiredInterface) |
Object |
DefaultMetamodelVisitor.visitRequiredInterface(IRequiredInterface theRequiredInterface) |
Object |
AbstractMetamodelVisitor.visitRequiredInterface(IRequiredInterface theRequiredInterface) |