ROSE  0.11.145.0
Modules
Examples of indexed graph features

Description

Examples for using indexing features of Graph.

Collaboration diagram for Examples of indexed graph features:

Modules

 Indexing string vertices
 Demo of indexing graph vertices that are strings.
 
 Using only part of a vertex as the key
 Demo of using only part of a vertex as the lookup key.
 
 Using a hash-based lookup
 Demo of using a hash-based mechanism for the vertex index.
 
 Using a custom index type
 Demo showing how to define your own index type.