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.
|
Modifier and Type | Method and Description |
---|---|
default void |
InputNotifier.notifyStartElement(Classifier classifier)
Notifies all registered handlers of the start of a new element.
|
void |
InputHandler.processStartElement(Classifier classifier)
Process the start of an element.
|
Modifier and Type | Method and Description |
---|---|
protected Id |
AbstractPersistenceHandler.createElement(Classifier classifier,
Id id)
Creates an element from the given
classifier with the given id . |
void |
AbstractPersistenceHandler.processStartElement(Classifier classifier) |
void |
AbstractPersistenceHandlerDecorator.processStartElement(Classifier classifier) |
void |
CounterPersistenceHandlerDecorator.processStartElement(Classifier classifier) |
void |
LoggingPersistenceHandlerDecorator.processStartElement(Classifier classifier) |
void |
PersistenceNotifier.processStartElement(Classifier classifier) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProcessor.notifyStartElement(Classifier classifier) |
void |
AbstractProcessor.processStartElement(Classifier classifier) |
void |
EcoreProcessor.processStartElement(Classifier classifier) |
void |
XPathProcessor.processStartElement(Classifier classifier) |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.