A single index of a container, which is not a container itself.

This can be e.g. a string, number or boolean index.

interface ContainerLeafIndex {
    identifier: IndexIdentifier;
    nodeId: NodeId;
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of ContainerLeafIndex

Properties

Properties

identifier: IndexIdentifier

Distinctive identifier of index, see IndexIdentifier.

nodeId: NodeId

NodeId of index in graph.