| Package | Description |
|---|---|
| fr.inria.atlanmod.neoemf.core |
Provides the base classes that extends EMF API to enable lazy-loading of model elements.
|
| fr.inria.atlanmod.neoemf.core.internal |
Provides helper classes for the base classes, such as lazy collections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIdConverter<T>
An abstract
IdConverter. |
| Modifier and Type | Method and Description |
|---|---|
static IdConverter<String> |
IdConverters.withHexString()
Returns the
IdConverter to use a hexadecimal representation instead of Id. |
static IdConverter<Long> |
IdConverters.withLong()
Returns the
IdConverter to use a long representation instead of Id. |
| Modifier and Type | Class and Description |
|---|---|
class |
LongIdConverter
An
IdConverter to use a long representation instead of Id. |
class |
StringIdConverter
An
IdConverter to use a hexadecimal representation instead of Id. |
Copyright © 2013–2019 Atlanmod. All rights reserved.