Modifier and Type | Method and Description |
---|---|
NaryLink |
IUmlModel.createNaryLink() |
NaryLink |
IUmlModel.createNaryLink(java.util.List<Instance> source) |
Modifier and Type | Method and Description |
---|---|
NaryLink |
IStandardModelFactory.createNaryLink() |
NaryLink |
IStandardModelFactory.createNaryLink(java.util.List<Instance> ends)
Create a nary link.
|
Modifier and Type | Method and Description |
---|---|
NaryLink |
CommunicationChannel.getNaryChannel()
Getter for relation 'CommunicationChannel->NaryChannel'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
CommunicationChannel.setNaryChannel(NaryLink value)
Setter for relation 'CommunicationChannel->NaryChannel'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
<T extends NaryLink> |
InformationFlow.getRealizingNaryLink(java.lang.Class<T> filterClass)
Filtered Getter for relation 'InformationFlow->RealizingNaryLink'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<NaryLink> |
InformationFlow.getRealizingNaryLink()
Getter for relation 'InformationFlow->RealizingNaryLink'
Metamodel description:
null
|
Modifier and Type | Interface and Description |
---|---|
interface |
NaryConnector
NaryConnector v0.0.9054
null
|
Modifier and Type | Method and Description |
---|---|
<T extends NaryLink> |
NaryAssociation.getOccurence(java.lang.Class<T> filterClass)
Filtered Getter for relation 'NaryAssociation->Occurence'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
NaryLink |
NaryLinkEnd.getNaryLink()
Getter for relation 'NaryLinkEnd->NaryLink'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<NaryLink> |
NaryAssociation.getOccurence()
Getter for relation 'NaryAssociation->Occurence'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
NaryLinkEnd.setNaryLink(NaryLink value)
Setter for relation 'NaryLinkEnd->NaryLink'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitNaryLink(NaryLink obj) |
java.lang.Object |
IModelVisitor.visitNaryLink(NaryLink obj) |
java.lang.Object |
DefaultModelVisitor.visitNaryLink(NaryLink obj) |
default java.lang.Object |
IAbstractModelVisitor.visitNaryLink(NaryLink obj) |
default java.lang.Object |
IDefaultModelVisitor.visitNaryLink(NaryLink obj) |