Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.infrastructure | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
Binding |
IUmlModel.createBinding()
Create a Binding.
|
Modifier and Type | Method and Description |
---|---|
Binding |
IStandardModelFactory.createBinding() |
Modifier and Type | Method and Description |
---|---|
<T extends Binding> |
UmlModelElement.getRepresents(java.lang.Class<T> filterClass)
Filtered Getter for relation 'UmlModelElement->Represents'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Binding> |
UmlModelElement.getRepresents()
Getter for relation 'UmlModelElement->Represents'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
<T extends Binding> |
NaryConnector.getRepresentation(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NaryConnector->Representation'
Metamodel description:
null
|
<T extends Binding> |
ConnectorEnd.getRepresentation(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ConnectorEnd->Representation'
Metamodel description:
Binding between ConnectorsEnds, used in CollaborationUse.
|
<T extends Binding> |
BindableInstance.getRepresentation(java.lang.Class<T> filterClass)
Filtered Getter for relation 'BindableInstance->Representation'
Metamodel description:
Binding between Parts, from a CollaborationUse.
|
<T extends Binding> |
CollaborationUse.getRoleBinding(java.lang.Class<T> filterClass)
Filtered Getter for relation 'CollaborationUse->RoleBinding'
Metamodel description:
The CollaborationUse owns the Binding links that bind elements of the Type Collaboration to elements accessible from the owner NameSpace of the CollaborationUse.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Binding> |
NaryConnector.getRepresentation()
Getter for relation 'NaryConnector->Representation'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<Binding> |
ConnectorEnd.getRepresentation()
Getter for relation 'ConnectorEnd->Representation'
Metamodel description:
Binding between ConnectorsEnds, used in CollaborationUse.
|
org.eclipse.emf.common.util.EList<Binding> |
BindableInstance.getRepresentation()
Getter for relation 'BindableInstance->Representation'
Metamodel description:
Binding between Parts, from a CollaborationUse.
|
org.eclipse.emf.common.util.EList<Binding> |
CollaborationUse.getRoleBinding()
Getter for relation 'CollaborationUse->RoleBinding'
Metamodel description:
The CollaborationUse owns the Binding links that bind elements of the Type Collaboration to elements accessible from the owner NameSpace of the CollaborationUse.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitBinding(Binding obj) |
java.lang.Object |
IModelVisitor.visitBinding(Binding obj) |
java.lang.Object |
DefaultModelVisitor.visitBinding(Binding obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBinding(Binding obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBinding(Binding obj) |