| Package | Description |
|---|---|
| fr.inria.atlanmod.neoemf.io.proxy |
Provides simple representations of objects used during import/export.
|
| Modifier and Type | Field and Description |
|---|---|
static ProxyPackage |
ProxyPackage.DEFAULT
The instance of the default namespace:
ecore @ http://www.eclipse.org/emf/2002/Ecore. |
| Modifier and Type | Method and Description |
|---|---|
ProxyPackage |
ProxyPackage.Registry.get(org.eclipse.emf.ecore.EPackage ePackage)
Returns a
ProxyPackage from the specified ePackage. |
ProxyPackage |
ProxyPackage.Registry.getByPrefix(String prefix)
Returns a
ProxyPackage identified by the given prefix, or null if no namespace is
registered with this prefix. |
ProxyPackage |
ProxyPackage.Registry.getByUri(String uri)
Returns a
ProxyPackage identified by the given uri, or null if no namespace is
registered with this uri. |
ProxyPackage |
ProxyClass.getNamespace()
Returns the namespace of this meta-class.
|
ProxyPackage |
ProxyPackage.Registry.register(org.eclipse.emf.ecore.EPackage ePackage)
Registers a new
ProxyPackage from the given ePackage. |
ProxyPackage |
ProxyPackage.Registry.register(String prefix,
String uri)
|
ProxyPackage |
ProxyPackage.setOrigin(org.eclipse.emf.ecore.EPackage ePackage) |
| Constructor and Description |
|---|
ProxyClass(ProxyPackage ns)
Constructs a new
ProxyClass with the given ns. |
ProxyClass(ProxyPackage ns,
String name)
Constructs a new
ProxyClass with the given ns and name. |
Copyright © 2013–2019 Atlanmod. All rights reserved.