Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.standard.facilities |
Model experts and services that don't need a ModelingSession.
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.behavior.activityModel | |
org.modelio.metamodel.uml.informationFlow | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
AssociationEnd |
IUmlModel.createAssociationEnd()
Create an AssociationEnd.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
CompositionInitializer.visitAssociationEnd(AssociationEnd theAssociationEnd) |
Modifier and Type | Method and Description |
---|---|
AssociationEnd |
IStandardModelFactory.createAssociationEnd()
Create an new association role.
|
Modifier and Type | Method and Description |
---|---|
AssociationEnd |
ObjectNode.getRepresentedRole()
Getter for relation 'ObjectNode->RepresentedRole'
Metamodel description:
Shortcut to directly represent an association end by the node.
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectNode.setRepresentedRole(AssociationEnd value)
Setter for relation 'ObjectNode->RepresentedRole'
Metamodel description:
Shortcut to directly represent an association end by the node.
|
Modifier and Type | Method and Description |
---|---|
AssociationEnd |
InformationFlow.getChannel()
Getter for relation 'InformationFlow->Channel'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
InformationFlow.setChannel(AssociationEnd value)
Setter for relation 'InformationFlow->Channel'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
<T extends AssociationEnd> |
Association.getEnd(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Association->End'
Metamodel description:
null
|
<T extends AssociationEnd> |
Classifier.getOwnedEnd(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Classifier->OwnedEnd'
Metamodel description:
null
|
<T extends AssociationEnd> |
Classifier.getTargetingEnd(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Classifier->TargetingEnd'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
AssociationEnd |
LinkEnd.getModel()
Getter for relation 'LinkEnd->Model'
Metamodel description:
The LinkEnd is an occurrence of this AssociationEnd.
|
AssociationEnd |
AssociationEnd.getOpposite()
Getter for relation 'AssociationEnd->Opposite'
Metamodel description:
null
|
AssociationEnd |
AssociationEnd.getOppositeOwner()
Getter for relation 'AssociationEnd->OppositeOwner'
Metamodel description:
null
|
AssociationEnd |
Attribute.getQualified()
Getter for relation 'Attribute->Qualified'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AssociationEnd> |
Association.getEnd()
Getter for relation 'Association->End'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<AssociationEnd> |
Classifier.getOwnedEnd()
Getter for relation 'Classifier->OwnedEnd'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<AssociationEnd> |
Classifier.getTargetingEnd()
Getter for relation 'Classifier->TargetingEnd'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
void |
LinkEnd.setModel(AssociationEnd value)
Setter for relation 'LinkEnd->Model'
Metamodel description:
The LinkEnd is an occurrence of this AssociationEnd.
|
void |
AssociationEnd.setOpposite(AssociationEnd value)
Setter for relation 'AssociationEnd->Opposite'
Metamodel description:
null
|
void |
AssociationEnd.setOppositeOwner(AssociationEnd value)
Setter for relation 'AssociationEnd->OppositeOwner'
Metamodel description:
null
|
void |
Attribute.setQualified(AssociationEnd value)
Setter for relation 'Attribute->Qualified'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitAssociationEnd(AssociationEnd obj) |
java.lang.Object |
IModelVisitor.visitAssociationEnd(AssociationEnd obj) |
java.lang.Object |
DefaultModelVisitor.visitAssociationEnd(AssociationEnd obj) |
default java.lang.Object |
IAbstractModelVisitor.visitAssociationEnd(AssociationEnd obj) |
default java.lang.Object |
IDefaultModelVisitor.visitAssociationEnd(AssociationEnd obj) |