Modifier and Type | Method and Description |
---|---|
IConnector |
IUmlModel.createConnector()
Create a Connector.
|
IConnector |
IUmlModel.createConnector(IBindableInstance source,
IBindableInstance destination,
String destinationRole)
Create a connector between two bindable instances.
|
Modifier and Type | Method and Description |
---|---|
<T extends IConnector> |
IModelElement.getRepresentingConnector(Class<T> filteredClass)
Get the list of ObConnector to the RepresentingConnector association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IConnector> |
IModelElement.getRepresentingConnector()
Get the list of ObConnector to the RepresentingConnector association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addRepresentingConnector(IConnector element)
Add a ObConnector to the 'RepresentingConnector' association.
|
void |
IModelElement.removeRepresentingConnector(IConnector element)
Remove an ObConnector from the 'RepresentingConnector' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardRepresentingConnector(Class<? extends IConnector> filteredClass)
Returns the number elements in the RepresentingConnector association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
IConnector |
IBinding.getConnectorRole()
Get the ConnectorRole association.
|
Modifier and Type | Method and Description |
---|---|
void |
IBinding.setConnectorRole(IConnector element)
Setter for the 'ConnectorRole' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitConnector(IConnector theConnector) |
Object |
DefaultMetamodelVisitor.visitConnector(IConnector theConnector) |
Object |
AbstractMetamodelVisitor.visitConnector(IConnector theConnector) |