| 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.writer | Provides classes related to data writing. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Notifier. notifyAttribute(ProxyAttribute attribute)Notifies all registered handlers of a new attribute. | 
| void | AbstractNotifier. notifyAttribute(ProxyAttribute attribute) | 
| void | Handler. onAttribute(ProxyAttribute attribute)Handles an attribute in the current element. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LoggingEventListener. onAttribute(ProxyAttribute attribute) | 
| void | CountingEventListener. onAttribute(ProxyAttribute attribute) | 
| void | AbstractEventListener. onAttribute(ProxyAttribute attribute) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NoopProcessor. onAttribute(ProxyAttribute attribute) | 
| void | EcoreMapper. onAttribute(ProxyAttribute attribute) | 
| void | AbstractProcessor. onAttribute(ProxyAttribute attribute) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractWriter. onAttribute(ProxyAttribute attribute) | 
| void | DefaultMapperWriter. onAttribute(ProxyAttribute attribute,
           List<Object> values) | 
| void | AbstractXmiStreamWriter. onAttribute(ProxyAttribute attribute,
           List<Object> values) | 
| abstract void | AbstractWriter. onAttribute(ProxyAttribute attribute,
           List<Object> values)Handles an attribute in the current element. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.