Skip to main content

Module source

Module source 

Source
Expand description

Source Steps

Steps that initiate traversals by reading from graph data sources.

§Steps

  • V(): Start with vertices
  • E(): Start with edges
  • addV(): Create vertex
  • addE(): Create edge

Structs§

EdgeSourceStep
Edge source step - E()
InjectStep
Inject step - injects arbitrary values into traversal
VertexSourceStep
Vertex source step - V()

Traits§

SourceStep
Trait for source steps (traversal starters)