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

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

interface ContainerParentIndex {
    identifier: IndexIdentifier;
    nodeId: NodeId;
    subIndices: ContainerIndices[];
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of ContainerParentIndex

Properties

identifier: IndexIdentifier

Distinctive identifier of index, see IndexIdentifier.

nodeId: NodeId

NodeId of index in graph.

subIndices: ContainerIndices[]

Sub-indices of index.

MMNEPVFCICPMFPCPTTAAATR