Modifier and Type | Method and Description |
---|---|
IConnectorEnd |
IUmlModel.createConnectorEnd()
Create a ConnectorEnd.
|
Modifier and Type | Method and Description |
---|---|
<T extends IConnectorEnd> |
IModelElement.getRepresentingEnd(Class<T> filteredClass)
Get the list of ObConnectorEnd to the RepresentingEnd association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IConnectorEnd> |
IModelElement.getRepresentingEnd()
Get the list of ObConnectorEnd to the RepresentingEnd association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addRepresentingEnd(IConnectorEnd element)
Add a ObConnectorEnd to the 'RepresentingEnd' association.
|
void |
IModelElement.removeRepresentingEnd(IConnectorEnd element)
Remove an ObConnectorEnd from the 'RepresentingEnd' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardRepresentingEnd(Class<? extends IConnectorEnd> filteredClass)
Returns the number elements in the RepresentingEnd association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
IConnectorEnd |
IBinding.getConnectorEndRole()
Get the ConnectorEndRole association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBinding.setConnectorEndRole(IConnectorEnd element)
Setter for the 'ConnectorEndRole' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitConnectorEnd(IConnectorEnd theConnectorEnd) |
Object |
DefaultMetamodelVisitor.visitConnectorEnd(IConnectorEnd theConnectorEnd) |
Object |
AbstractMetamodelVisitor.visitConnectorEnd(IConnectorEnd theConnectorEnd) |