| Package | Description | 
|---|---|
| fr.inria.atlanmod.neoemf.io | Provides methods and classes for working with Java I/O, such as import/export features. | 
| fr.inria.atlanmod.neoemf.io.persistence | Provides classes linking I/O features to persistence features. | 
| fr.inria.atlanmod.neoemf.io.processor | Provides classes that adds preprocessing and postprocessing functionalities during an I/O process. | 
| fr.inria.atlanmod.neoemf.io.reader | Provides classes related to data reading. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractInputNotifier<T extends InputHandler>An abstract  InputNotifierthat provides overall behavior for the management of handlers. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PersistenceNotifierA  Processorthat notifies registeredPersistenceHandlerof events. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ProcessorA  InputHandlerthat pre-processes and post-processes received events. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractProcessorA  Processorthat delegates all methods to its underlying processor. | 
| class  | EcoreProcessorA  Processorthat creates and links simple elements to an EMF structure. | 
| class  | XPathProcessorA  Processorthat analyses XML elements in order to create and to process XPath references. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ReaderAn  InputNotifierthat reads data from a file. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractReader | 
| class  | AbstractXmiReaderAn abstract  Readerthat processes the raw structure of XMI files. | 
| class  | XmiStreamReaderA  Readerthat uses streams for reading and parsing XMI files. | 
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.