| 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 |
|---|---|
ILinkEnd |
IUmlModel.createLinkEnd()
Create a LinkEnd.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IConnectorEnd |
| Modifier and Type | Method and Description |
|---|---|
<T extends ILinkEnd> |
ILink.getConnection(Class<T> filteredClass)
Get the list of ObLinkEnd to the Connection association.
|
<T extends ILinkEnd> |
IInstance.getConnection(Class<T> filteredClass)
Get the list of ObLinkEnd to the Connection association.
|
<T extends ILinkEnd> |
IProvidedInterface.getConsumer(Class<T> filteredClass)
Get the list of ObLinkEnd to the Consumer association.
|
<T extends ILinkEnd> |
IAssociationEnd.getOccurence(Class<T> filteredClass)
Get the list of ObLinkEnd to the Occurence association.
|
<T extends ILinkEnd> |
IRequiredInterface.getProvider(Class<T> filteredClass)
Get the list of ObLinkEnd to the Provider association.
|
| Modifier and Type | Method and Description |
|---|---|
ObList<ILinkEnd> |
ILink.getConnection()
Get the list of ObLinkEnd to the Connection association.
|
ObList<ILinkEnd> |
IInstance.getConnection()
Get the list of ObLinkEnd to the Connection association.
|
ObList<ILinkEnd> |
IProvidedInterface.getConsumer()
Get the list of ObLinkEnd to the Consumer association.
|
ObList<ILinkEnd> |
IAssociationEnd.getOccurence()
Get the list of ObLinkEnd to the Occurence association.
|
ObList<ILinkEnd> |
ILinkEnd.getOppositeEnds() |
ObList<ILinkEnd> |
IRequiredInterface.getProvider()
Get the list of ObLinkEnd to the Provider association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ILink.addConnection(ILinkEnd element)
Add a ObLinkEnd to the 'Connection' association.
|
void |
IInstance.addConnection(ILinkEnd element)
Add a ObLinkEnd to the 'Connection' association.
|
void |
IProvidedInterface.addConsumer(ILinkEnd element)
Add a ObLinkEnd to the 'Consumer' association.
|
void |
IAssociationEnd.addOccurence(ILinkEnd element)
Add a ObLinkEnd to the 'Occurence' association.
|
void |
IRequiredInterface.addProvider(ILinkEnd element)
Add a ObLinkEnd to the 'Provider' association.
|
void |
ILink.removeConnection(ILinkEnd element)
Remove an ObLinkEnd from the 'Connection' association.
|
void |
IInstance.removeConnection(ILinkEnd element)
Remove an ObLinkEnd from the 'Connection' association.
|
void |
IProvidedInterface.removeConsumer(ILinkEnd element)
Remove an ObLinkEnd from the 'Consumer' association.
|
void |
IAssociationEnd.removeOccurence(ILinkEnd element)
Remove an ObLinkEnd from the 'Occurence' association.
|
void |
IRequiredInterface.removeProvider(ILinkEnd element)
Remove an ObLinkEnd from the 'Provider' association.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ILink.cardConnection(Class<? extends ILinkEnd> filteredClass)
Returns the number elements in the Connection association filtered with the given metaclass.
|
int |
IInstance.cardConnection(Class<? extends ILinkEnd> filteredClass)
Returns the number elements in the Connection association filtered with the given metaclass.
|
int |
IProvidedInterface.cardConsumer(Class<? extends ILinkEnd> filteredClass)
Returns the number elements in the Consumer association filtered with the given metaclass.
|
int |
IAssociationEnd.cardOccurence(Class<? extends ILinkEnd> filteredClass)
Returns the number elements in the Occurence association filtered with the given metaclass.
|
int |
IRequiredInterface.cardProvider(Class<? extends ILinkEnd> filteredClass)
Returns the number elements in the Provider association filtered with the given metaclass.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
IMetamodelVisitor.visitLinkEnd(ILinkEnd theLinkEnd) |
Object |
DefaultMetamodelVisitor.visitLinkEnd(ILinkEnd theLinkEnd) |
Object |
AbstractMetamodelVisitor.visitLinkEnd(ILinkEnd theLinkEnd) |