public abstract class NodeIndexBase extends BaseEntity
Objects of this class should not be created directly as they are part of the internal logic.
For more information see: 51Degrees pattern data model.
| Modifier and Type | Field and Description |
|---|---|
protected int |
relatedNodeOffset
The node index for the sequence of characters.
|
dataSet, index| Constructor and Description |
|---|
NodeIndexBase(Dataset dataSet,
int index,
int relatedNodeOffset)
Constructs a new instance of NodeIndex
|
compareTo, compareTo, getDataSet, getIndex, getIsNumeric, getNumber, readIntegerArray, readIntegerListprotected final int relatedNodeOffset
public NodeIndexBase(Dataset dataSet, int index, int relatedNodeOffset)
dataSet - The data set the node is contained withinindex - The index of this object in the NoderelatedNodeOffset - The offset in the list of nodes to the node the
index relates toCopyright © 2017 51Degrees. All rights reserved.