graph traversal API

C60468
concept

A graph traversal API is an interface that provides methods and abstractions for systematically visiting and querying nodes and edges in a graph data structure according to specified traversal strategies (e.g., depth-first, breadth-first).

All labels observed (2)

Label Occurrences
graph traversal API canonical 1
property graph query interface 1

Description generation (CDg)

The one-sentence description above was generated by prompting gpt-5.1 with the class name and this instruction.

Instruction
generate a one-sentence description for a given conceptual class.
# Response Format
Return only the sentence: "Description: [one-sentence description of the conceptional class]"
Input
Class: graph traversal API
Generated description
A graph traversal API is an interface that provides methods and abstractions for systematically visiting and querying nodes and edges in a graph data structure according to specified traversal strategies (e.g., depth-first, breadth-first).

Instances (1)

Instance Via concept surface
Gremlin API