Package | Description |
---|---|
org.modelio.api.modelio.model |
Model services
|
org.modelio.metamodel.mmextensions.standard.factory | |
org.modelio.metamodel.uml.infrastructure | |
org.modelio.metamodel.uml.statik | |
org.modelio.metamodel.visitors |
Modifier and Type | Method and Description |
---|---|
Manifestation |
IUmlModel.createManifestation()
Create a Manifestation.
|
Modifier and Type | Method and Description |
---|---|
Manifestation |
IStandardModelFactory.createManifestation()
Creates a new
artifact Manifestation . |
Modifier and Type | Method and Description |
---|---|
<T extends Manifestation> |
UmlModelElement.getManifesting(java.lang.Class<T> filterClass)
Filtered Getter for relation 'UmlModelElement->Manifesting'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Manifestation> |
UmlModelElement.getManifesting()
Getter for relation 'UmlModelElement->Manifesting'
Metamodel description:
null
|
Modifier and Type | Method and Description |
---|---|
<T extends Manifestation> |
Artifact.getUtilized(java.lang.Class<T> filterClass)
Filtered Getter for relation 'Artifact->Utilized'
Metamodel description:
The set of model elements that are manifested in the Artifact.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Manifestation> |
Artifact.getUtilized()
Getter for relation 'Artifact->Utilized'
Metamodel description:
The set of model elements that are manifested in the Artifact.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
AbstractModelVisitor.visitManifestation(Manifestation obj) |
java.lang.Object |
IModelVisitor.visitManifestation(Manifestation obj) |
java.lang.Object |
DefaultModelVisitor.visitManifestation(Manifestation obj) |
default java.lang.Object |
IAbstractModelVisitor.visitManifestation(Manifestation obj) |
default java.lang.Object |
IDefaultModelVisitor.visitManifestation(Manifestation obj) |