Modifier and Type | Method and Description |
---|---|
IBinding |
IUmlModel.createBinding()
Create a Binding.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBinding> |
IModelElement.getRepresents(Class<T> filteredClass)
Get the list of ObBinding to the Represents association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBinding> |
IModelElement.getRepresents()
Get the list of ObBinding to the Represents association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addRepresents(IBinding element)
Add a ObBinding to the 'Represents' association.
|
void |
IModelElement.removeRepresents(IBinding element)
Remove an ObBinding from the 'Represents' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardRepresents(Class<? extends IBinding> filteredClass)
Returns the number elements in the Represents association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBinding> |
IConnectorEnd.getRepresentation(Class<T> filteredClass)
Get the list of ObBinding to the Representation association.
|
<T extends IBinding> |
IConnector.getRepresentation(Class<T> filteredClass)
Get the list of ObBinding to the Representation association.
|
<T extends IBinding> |
IBindableInstance.getRepresentation(Class<T> filteredClass)
Get the list of ObBinding to the Representation association.
|
<T extends IBinding> |
ICollaborationUse.getRoleBinding(Class<T> filteredClass)
Get the list of ObBinding to the RoleBinding association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBinding> |
IConnectorEnd.getRepresentation()
Get the list of ObBinding to the Representation association.
|
ObList<IBinding> |
IConnector.getRepresentation()
Get the list of ObBinding to the Representation association.
|
ObList<IBinding> |
IBindableInstance.getRepresentation()
Get the list of ObBinding to the Representation association.
|
ObList<IBinding> |
ICollaborationUse.getRoleBinding()
Get the list of ObBinding to the RoleBinding association.
|
Modifier and Type | Method and Description |
---|---|
void |
IConnectorEnd.addRepresentation(IBinding element)
Add a ObBinding to the 'Representation' association.
|
void |
IConnector.addRepresentation(IBinding element)
Add a ObBinding to the 'Representation' association.
|
void |
IBindableInstance.addRepresentation(IBinding element)
Add a ObBinding to the 'Representation' association.
|
void |
ICollaborationUse.addRoleBinding(IBinding element)
Add a ObBinding to the 'RoleBinding' association.
|
void |
IConnectorEnd.removeRepresentation(IBinding element)
Remove an ObBinding from the 'Representation' association.
|
void |
IConnector.removeRepresentation(IBinding element)
Remove an ObBinding from the 'Representation' association.
|
void |
IBindableInstance.removeRepresentation(IBinding element)
Remove an ObBinding from the 'Representation' association.
|
void |
ICollaborationUse.removeRoleBinding(IBinding element)
Remove an ObBinding from the 'RoleBinding' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IConnectorEnd.cardRepresentation(Class<? extends IBinding> filteredClass)
Returns the number elements in the Representation association filtered with the given metaclass.
|
int |
IConnector.cardRepresentation(Class<? extends IBinding> filteredClass)
Returns the number elements in the Representation association filtered with the given metaclass.
|
int |
IBindableInstance.cardRepresentation(Class<? extends IBinding> filteredClass)
Returns the number elements in the Representation association filtered with the given metaclass.
|
int |
ICollaborationUse.cardRoleBinding(Class<? extends IBinding> filteredClass)
Returns the number elements in the RoleBinding association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBinding(IBinding theBinding) |
Object |
DefaultMetamodelVisitor.visitBinding(IBinding theBinding) |
Object |
AbstractMetamodelVisitor.visitBinding(IBinding theBinding) |