| Package | Description |
|---|---|
| fr.inria.atlanmod.neoemf.io.proxy |
Provides simple representations of objects used during import/export.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Proxy<T extends Proxy<T,R>,R extends org.eclipse.emf.ecore.EObject>
A simple representation of an
EObject of type R. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProxyFeature<T extends AbstractProxyFeature<T,R,V>,R extends org.eclipse.emf.ecore.EStructuralFeature,V>
A simple representation of a
EStructuralFeature. |
class |
ProxyAttribute
A simple representation of a
EAttribute |
class |
ProxyClass
A simple representation of a
EClass. |
class |
ProxyPackage
A simple representation of a
EPackage. |
class |
ProxyReference
A simple representation of a
EReference. |
Copyright © 2013–2019 Atlanmod. All rights reserved.