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.notifyAttribute(Attribute attribute)
Notifies all registered handlers of a new attribute.
|
void |
InputHandler.processAttribute(Attribute attribute)
Process an attribute in the current element.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPersistenceHandler.processAttribute(Attribute attribute) |
void |
AbstractPersistenceHandlerDecorator.processAttribute(Attribute attribute) |
void |
CounterPersistenceHandlerDecorator.processAttribute(Attribute attribute) |
void |
LoggingPersistenceHandlerDecorator.processAttribute(Attribute attribute) |
void |
PersistenceNotifier.processAttribute(Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractProcessor.notifyAttribute(Attribute attribute) |
void |
AbstractProcessor.processAttribute(Attribute attribute) |
void |
EcoreProcessor.processAttribute(Attribute attribute) |
Modifier and Type | Method and Description |
---|---|
static Attribute |
Attribute.from(Reference reference)
Converts a
Reference to an Attribute . |
Modifier and Type | Method and Description |
---|---|
static Reference |
Reference.from(Attribute attribute)
Converts an
Attribute to a Reference . |
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.