Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.informationFlow | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
LinkEnd |
IUmlModel.createLinkEnd()
Create a LinkEnd.
|
Modifier and Type | Method and Description |
---|---|
LinkEnd |
IStandardModelFactory.createLinkEnd() |
Modifier and Type | Method and Description |
---|---|
<T extends LinkEnd> |
InformationFlow.getRealizingLink(java.lang.Class<T> filterClass)
Filtered Getter for relation 'InformationFlow->RealizingLink'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<LinkEnd> |
InformationFlow.getRealizingLink()
Getter for relation 'InformationFlow->RealizingLink'
Metamodel description:
null
|
Modifier and Type | Interface and Description |
---|---|
interface |
ConnectorEnd
ConnectorEnd v0.0.9054
A ConnectorEnd is an endpoint of a Connector, which attaches the Connector to a connectable element.
|
Modifier and Type | Method and Description |
---|---|
<T extends LinkEnd> |
ProvidedInterface.getConsumer(java.lang.Class<T> filterClass)
Filtered Getter for relation 'ProvidedInterface->Consumer'
Metamodel description:
null
|
<T extends LinkEnd> |
Link.getLinkEnd(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Link->LinkEnd'
Metamodel description:
null
|
<T extends LinkEnd> |
AssociationEnd.getOccurence(java.lang.Class<T> filterClass)
Filtered Getter for relation 'AssociationEnd->Occurence'
Metamodel description:
null
|
<T extends LinkEnd> |
Instance.getOwnedEnd(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Instance->OwnedEnd'
Metamodel description:
null
|
<T extends LinkEnd> |
RequiredInterface.getProvider(java.lang.Class<T> filterClass)
Filtered Getter for relation 'RequiredInterface->Provider'
Metamodel description:
null
|
<T extends LinkEnd> |
Instance.getTargetingEnd(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Instance->TargetingEnd'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
LinkEnd |
LinkEnd.getOpposite()
Getter for relation 'LinkEnd->Opposite'
Metamodel description:
null
|
LinkEnd |
LinkEnd.getOppositeOwner()
Getter for relation 'LinkEnd->OppositeOwner'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<LinkEnd> |
ProvidedInterface.getConsumer()
Getter for relation 'ProvidedInterface->Consumer'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<LinkEnd> |
Link.getLinkEnd()
Getter for relation 'Link->LinkEnd'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<LinkEnd> |
AssociationEnd.getOccurence()
Getter for relation 'AssociationEnd->Occurence'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<LinkEnd> |
Instance.getOwnedEnd()
Getter for relation 'Instance->OwnedEnd'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<LinkEnd> |
RequiredInterface.getProvider()
Getter for relation 'RequiredInterface->Provider'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<LinkEnd> |
Instance.getTargetingEnd()
Getter for relation 'Instance->TargetingEnd'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
LinkEnd.setOpposite(LinkEnd value)
Setter for relation 'LinkEnd->Opposite'
Metamodel description:
null
|
void |
LinkEnd.setOppositeOwner(LinkEnd value)
Setter for relation 'LinkEnd->OppositeOwner'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitLinkEnd(LinkEnd obj) |
java.lang.Object |
IModelVisitor.visitLinkEnd(LinkEnd obj) |
java.lang.Object |
DefaultModelVisitor.visitLinkEnd(LinkEnd obj) |
default java.lang.Object |
IAbstractModelVisitor.visitLinkEnd(LinkEnd obj) |
default java.lang.Object |
IDefaultModelVisitor.visitLinkEnd(LinkEnd obj) |