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 |
---|---|
BindableInstance |
IUmlModel.createBindableInstance()
Create a BindableInstance.
|
Modifier and Type | Method and Description |
---|---|
Connector |
IUmlModel.createConnector(BindableInstance source,
BindableInstance destination,
java.lang.String destinationRole)
Create a connector between two bindable instances.
|
Modifier and Type | Method and Description |
---|---|
NaryConnector |
IUmlModel.createNaryConnector(java.util.List<BindableInstance> ends) |
Modifier and Type | Method and Description |
---|---|
BindableInstance |
IStandardModelFactory.createBindableInstance() |
Modifier and Type | Method and Description |
---|---|
Connector |
IStandardModelFactory.createConnector(BindableInstance source,
BindableInstance destination,
java.lang.String destinationRoleName)
Creates a defined
Connector . |
Modifier and Type | Method and Description |
---|---|
NaryConnector |
IStandardModelFactory.createNaryConnector(java.util.List<BindableInstance> ends)
Create a nary connector.
|
Modifier and Type | Method and Description |
---|---|
<T extends BindableInstance> |
UmlModelElement.getRepresentingInstance(java.lang.Class<T> filterClass)
Filtered Getter for relation 'UmlModelElement->RepresentingInstance'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BindableInstance> |
UmlModelElement.getRepresentingInstance()
Getter for relation 'UmlModelElement->RepresentingInstance'
Metamodel description:
null
|
Modifier and Type | Interface and Description |
---|---|
interface |
Port
Port v0.0.9054
(UML 2.0) Ports are connected to other Parts through Connectors through which requests can be made to invoke the behavioral Features of a Classifier.
|
Modifier and Type | Method and Description |
---|---|
<T extends BindableInstance> |
Classifier.getInternalStructure(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Classifier->InternalStructure'
Metamodel description:
Parts owned by the internal structure of the Class.
|
<T extends BindableInstance> |
Instance.getPart(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Instance->Part'
Metamodel description:
Instances can be embedded.
|
Modifier and Type | Method and Description |
---|---|
BindableInstance |
Binding.getRole()
Getter for relation 'Binding->Role'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<BindableInstance> |
Classifier.getInternalStructure()
Getter for relation 'Classifier->InternalStructure'
Metamodel description:
Parts owned by the internal structure of the Class.
|
org.eclipse.emf.common.util.EList<BindableInstance> |
Instance.getPart()
Getter for relation 'Instance->Part'
Metamodel description:
Instances can be embedded.
|
Modifier and Type | Method and Description |
---|---|
void |
Binding.setRole(BindableInstance value)
Setter for relation 'Binding->Role'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitBindableInstance(BindableInstance obj) |
java.lang.Object |
IModelVisitor.visitBindableInstance(BindableInstance obj) |
java.lang.Object |
DefaultModelVisitor.visitBindableInstance(BindableInstance obj) |
default java.lang.Object |
IAbstractModelVisitor.visitBindableInstance(BindableInstance obj) |
default java.lang.Object |
IDefaultModelVisitor.visitBindableInstance(BindableInstance obj) |