| Package | Description | 
|---|---|
| fr.inria.atlanmod.neoemf.io | Provides methods and classes for working with I/O and security. | 
| fr.inria.atlanmod.neoemf.io.listener | Provides objects able to listen an I/O process. | 
| fr.inria.atlanmod.neoemf.io.processor | Provides classes that adds preprocessing and postprocessing functionalities during an I/O process. | 
| fr.inria.atlanmod.neoemf.io.proxy | Provides simple representations of objects used during import/export. | 
| fr.inria.atlanmod.neoemf.io.writer | Provides classes related to data writing. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Notifier. notifyReference(ProxyReference reference)Notifies all registered handlers of a new reference. | 
| void | AbstractNotifier. notifyReference(ProxyReference reference) | 
| void | Handler. onReference(ProxyReference reference)Handles a reference from the current element to another. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LoggingEventListener. onReference(ProxyReference reference) | 
| void | CountingEventListener. onReference(ProxyReference reference) | 
| void | AbstractEventListener. onReference(ProxyReference reference) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XPathResolver. onReference(ProxyReference reference) | 
| void | NoopProcessor. onReference(ProxyReference reference) | 
| void | EcoreMapper. onReference(ProxyReference reference) | 
| void | AbstractProcessor. onReference(ProxyReference reference) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ProxyReference | ProxyReference. copy(ProxyReference base)Creates a new  ProxyReferencefrom another, without its values. | 
| ProxyReference | ProxyReference. isContainment(boolean isContainment)Defines whether this reference is a containment. | 
| ProxyReference | ProxyReference. setOrigin(org.eclipse.emf.ecore.EReference eReference) | 
| Modifier and Type | Method and Description | 
|---|---|
| static ProxyReference | ProxyReference. copy(ProxyReference base)Creates a new  ProxyReferencefrom another, without its values. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractWriter. onReference(ProxyReference reference) | 
| void | DefaultMapperWriter. onReference(ProxyReference reference,
           List<Id> values) | 
| void | AbstractXmiStreamWriter. onReference(ProxyReference reference,
           List<Id> values) | 
| abstract void | AbstractWriter. onReference(ProxyReference reference,
           List<Id> values)Handles a reference in the current element. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.