Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.behavior.communicationModel | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
Link |
IUmlModel.createLink() |
Link |
IUmlModel.createLink(Instance source,
Instance destination,
java.lang.String destinationRole)
Create a Link between two instances.
|
Modifier and Type | Method and Description |
---|---|
Link |
IStandardModelFactory.createLink() |
Link |
IStandardModelFactory.createLink(Instance source,
Instance destination,
java.lang.String destinationRoleName)
Creates an
instance link . |
Modifier and Type | Method and Description |
---|---|
Link |
CommunicationChannel.getChannel()
Getter for relation 'CommunicationChannel->Channel'
Metamodel description:
References the Link the communication channel represents.
|
Modifier and Type | Method and Description |
---|---|
void |
CommunicationChannel.setChannel(Link value)
Setter for relation 'CommunicationChannel->Channel'
Metamodel description:
References the Link the communication channel represents.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Connector
Connector v0.0.9054
A Connector specifies a Link that enables communication between two or more instances.
|
Modifier and Type | Method and Description |
---|---|
<T extends Link> |
Association.getOccurence(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Association->Occurence'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
Link |
LinkEnd.getLink()
Getter for relation 'LinkEnd->Link'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Link> |
Association.getOccurence()
Getter for relation 'Association->Occurence'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
LinkEnd.setLink(Link value)
Setter for relation 'LinkEnd->Link'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitLink(Link obj) |
java.lang.Object |
IModelVisitor.visitLink(Link obj) |
java.lang.Object |
DefaultModelVisitor.visitLink(Link obj) |
default java.lang.Object |
IAbstractModelVisitor.visitLink(Link obj) |
default java.lang.Object |
IDefaultModelVisitor.visitLink(Link obj) |