Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
AttributeLink |
IUmlModel.createAttributeLink()
Create an AttributeLink.
|
Modifier and Type | Method and Description |
---|---|
AttributeLink |
IStandardModelFactory.createAttributeLink() |
Modifier and Type | Method and Description |
---|---|
<T extends AttributeLink> |
Attribute.getOccurence(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Attribute->Occurence'
Metamodel description:
null
|
<T extends AttributeLink> |
Instance.getSlot(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Instance->Slot'
Metamodel description:
Occurrences of attributes for the current object (Instance or Role).
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<AttributeLink> |
Attribute.getOccurence()
Getter for relation 'Attribute->Occurence'
Metamodel description:
null
|
org.eclipse.emf.common.util.EList<AttributeLink> |
Instance.getSlot()
Getter for relation 'Instance->Slot'
Metamodel description:
Occurrences of attributes for the current object (Instance or Role).
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitAttributeLink(AttributeLink obj) |
java.lang.Object |
IModelVisitor.visitAttributeLink(AttributeLink obj) |
java.lang.Object |
DefaultModelVisitor.visitAttributeLink(AttributeLink obj) |
default java.lang.Object |
IAbstractModelVisitor.visitAttributeLink(AttributeLink obj) |
default java.lang.Object |
IDefaultModelVisitor.visitAttributeLink(AttributeLink obj) |