| Interface | Description |
|---|---|
| BooleanEncodedValue |
This interface defines access to an edge property of type boolean.
|
| DecimalEncodedValue |
This class defines how and where to store an unsigned decimal value.
|
| EncodedValue |
This interface defines how to store and read values from a list of integers
|
| EncodedValueLookup | |
| IntEncodedValue |
This class defines how and where to store an unsigned integer.
|
| Class | Description |
|---|---|
| EncodedValue.InitializerConfig | |
| EnumEncodedValue<E extends Enum> |
This class implements an ObjectEncodedValue via a list of enums.
|
| FactorizedDecimalEncodedValue |
This class holds a decimal value and stores it as an integer value via a conversion factor and a maximum number
of bits.
|
| MappedDecimalEncodedValue |
For certain values it can be more efficient to store the mapping instead of the value and a factor.
|
| SimpleBooleanEncodedValue |
This class implements a simple Boolean storage via a FactoredIntEncodedValue with 1 bit.
|
| SimpleIntEncodedValue |
Implementation of the IntEncodedValue via a limited number of bits.
|
| Enum | Description |
|---|---|
| RoadClass |
Copyright © 2012–2019. All rights reserved.