| 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  IdConverterto use a hexadecimal representation instead ofId. | 
| static IdConverter<Long> | IdConverters. withLong()Returns the  IdConverterto use a long representation instead ofId. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | LongIdConverterAn  IdConverterto use a long representation instead ofId. | 
| class  | StringIdConverterAn  IdConverterto use a hexadecimal representation instead ofId. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.