Package | Description |
---|---|
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 |
PersistenceNotifier
A
Processor that notifies registered PersistenceHandler of 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. |
Constructor and Description |
---|
AbstractProcessor(Processor processor)
Constructs a new
AbstractProcessor with an embedded processor . |
EcoreProcessor(Processor processor)
Constructs a new
EcoreProcessor on the given processor . |
XPathProcessor(Processor processor)
Constructs a new
XPathProcessor on the given processor . |
Modifier and Type | Method and Description |
---|---|
Processor |
Reader.defaultProcessor()
Creates a series of processors in order to build and analyze the read structure.
|
Processor |
XmiStreamReader.defaultProcessor() |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.