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
InputNotifier that provides overall behavior for the management of handlers. |
Modifier and Type | Class and Description |
---|---|
class |
PersistenceNotifier
A
Processor that notifies registered PersistenceHandler of events. |
Modifier and Type | Interface and Description |
---|---|
interface |
Processor
A
InputHandler that pre-processes and post-processes received events. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProcessor
A
Processor that delegates all methods to its underlying processor. |
class |
EcoreProcessor
A
Processor that creates and links simple elements to an EMF structure. |
class |
XPathProcessor
A
Processor that analyses XML elements in order to create and to process XPath references. |
Modifier and Type | Interface and Description |
---|---|
interface |
Reader
An
InputNotifier that reads data from a file. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReader
|
class |
AbstractXmiReader
An abstract
Reader that processes the raw structure of XMI files. |
class |
XmiStreamReader
A
Reader that uses streams for reading and parsing XMI files. |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.