| 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 | Class and Description | 
|---|---|
| class  | AbstractNotifier<H extends Handler>An abstract  Notifierthat provides overall behavior for the management of handlers. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | EventListenerA  Handlerthat simply listen events. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractEventListenerAn abstract  EventListener. | 
| class  | CountingEventListenerA  EventListenerthat counts the number of different element. | 
| class  | LoggingEventListenerA  EventListenerthat logs every events. | 
| class  | ProgressEventListenerA  EventListenerthat logs the progress of a migration. | 
| class  | TimerEventListenerA  EventListenerthat measures elapsed time between the start and the end of an I/O process. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | Processor | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractProcessor | 
| class  | EcoreMapperA  Processorthat transforms simple elements to an EMF structure. | 
| class  | NoopProcessor | 
| class  | XPathResolver | 
| Constructor and Description | 
|---|
| NoopProcessor(Collection<Handler> handlers)Constructs a new  NoopProcessorwith the givenhandlers. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | WriterA  Handlerthat converts received notifications in write operations. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractStreamWriterA abstract  Writerthat writes data into aOutputStream. | 
| class  | AbstractWriter<T>An abstract  Writerthat acts as an accumulator of multi-value features in order to notify them once. | 
| class  | AbstractXmiStreamWriterAn  AbstractStreamWriterthat writes data into an XMI file. | 
| class  | DefaultMapperWriterA  Writerthat persists data into aDataMapper. | 
| class  | IndentingXmiStreamWriterAn indenting  XmiStreamWriter. | 
| class  | XmiStreamWriterA  AbstractXmiStreamWriterthat uses a StAX implementation with cursors for writing XMI files. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.