| 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.structure |
Provides simple representations of objects used during import/export.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
InputNotifier.notifyReference(Reference reference)
Notifies all registered handlers of a new reference.
|
void |
InputHandler.processReference(Reference reference)
Process a reference from the current element to another element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPersistenceHandler.processReference(Reference reference) |
void |
AbstractPersistenceHandlerDecorator.processReference(Reference reference) |
void |
CounterPersistenceHandlerDecorator.processReference(Reference reference) |
void |
LoggingPersistenceHandlerDecorator.processReference(Reference reference) |
void |
PersistenceNotifier.processReference(Reference reference) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProcessor.notifyReference(Reference reference) |
void |
AbstractProcessor.processReference(Reference reference) |
void |
EcoreProcessor.processReference(Reference reference) |
void |
XPathProcessor.processReference(Reference reference) |
| Modifier and Type | Method and Description |
|---|---|
static Reference |
Reference.from(Attribute attribute)
Converts an
Attribute to a Reference. |
| Modifier and Type | Method and Description |
|---|---|
static Attribute |
Attribute.from(Reference reference)
Converts a
Reference to an Attribute. |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.