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

This can be, e.g., a list, vector, or data frame.

interface ContainerParentIndex {
    lexeme: string;
    nodeId: NodeId;
    subIndices: ContainerIndices[];
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of ContainerParentIndex

Properties

lexeme: string

Distinctive lexeme of index e.g. 'name' for list(name = 'John')

nodeId: NodeId

NodeId of index in graph.

subIndices: ContainerIndices[]

Sub-indices of index.