Modifier and Type | Method and Description |
---|---|
IBindableInstance |
IUmlModel.createBindableInstance()
Create a BindableInstance.
|
Modifier and Type | Method and Description |
---|---|
IConnector |
IUmlModel.createConnector(IBindableInstance source,
IBindableInstance destination,
String destinationRole)
Create a connector between two bindable instances.
|
Modifier and Type | Method and Description |
---|---|
<T extends IBindableInstance> |
IModelElement.getRepresentingInstance(Class<T> filteredClass)
Get the list of ObBindableInstance to the RepresentingInstance association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBindableInstance> |
IModelElement.getRepresentingInstance()
Get the list of ObBindableInstance to the RepresentingInstance association.
|
Modifier and Type | Method and Description |
---|---|
void |
IModelElement.addRepresentingInstance(IBindableInstance element)
Add a ObBindableInstance to the 'RepresentingInstance' association.
|
void |
IModelElement.removeRepresentingInstance(IBindableInstance element)
Remove an ObBindableInstance from the 'RepresentingInstance' association.
|
Modifier and Type | Method and Description |
---|---|
int |
IModelElement.cardRepresentingInstance(Class<? extends IBindableInstance> filteredClass)
Returns the number elements in the RepresentingInstance association filtered with the given metaclass.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPort |
Modifier and Type | Method and Description |
---|---|
<T extends IBindableInstance> |
IClassifier.getInternalStructure(Class<T> filteredClass)
Get the list of ObBindableInstance to the InternalStructure association.
|
<T extends IBindableInstance> |
IInstance.getPart(Class<T> filteredClass)
Get the list of ObBindableInstance to the Part association.
|
Modifier and Type | Method and Description |
---|---|
IBindableInstance |
IBinding.getRole()
Get the Role association.
|
Modifier and Type | Method and Description |
---|---|
ObList<IBindableInstance> |
IClassifier.getInternalStructure()
Get the list of ObBindableInstance to the InternalStructure association.
|
ObList<IBindableInstance> |
IInstance.getPart()
Get the list of ObBindableInstance to the Part association.
|
Modifier and Type | Method and Description |
---|---|
void |
IClassifier.addInternalStructure(IBindableInstance element)
Add a ObBindableInstance to the 'InternalStructure' association.
|
void |
IInstance.addPart(IBindableInstance element)
Add a ObBindableInstance to the 'Part' association.
|
void |
IClassifier.removeInternalStructure(IBindableInstance element)
Remove an ObBindableInstance from the 'InternalStructure' association.
|
void |
IInstance.removePart(IBindableInstance element)
Remove an ObBindableInstance from the 'Part' association.
|
void |
IBinding.setRole(IBindableInstance element)
Setter for the 'Role' [0..1] association.
|
Modifier and Type | Method and Description |
---|---|
int |
IClassifier.cardInternalStructure(Class<? extends IBindableInstance> filteredClass)
Returns the number elements in the InternalStructure association filtered with the given metaclass.
|
int |
IInstance.cardPart(Class<? extends IBindableInstance> filteredClass)
Returns the number elements in the Part association filtered with the given metaclass.
|
Modifier and Type | Method and Description |
---|---|
Object |
IMetamodelVisitor.visitBindableInstance(IBindableInstance theBindableInstance) |
Object |
DefaultMetamodelVisitor.visitBindableInstance(IBindableInstance theBindableInstance) |
Object |
AbstractMetamodelVisitor.visitBindableInstance(IBindableInstance theBindableInstance) |