Expand description
FlatMap Steps
Steps that expand traversers 1:N (one input produces N outputs).
§Steps
out(): Follow outgoing edgesin(): Follow incoming edgesboth(): Follow both directionsoutE(): Get outgoing edgesinE(): Get incoming edgesbothE(): Get all adjacent edgesoutV(),inV(),bothV(),otherV(): Edge vertex accessors
Structs§
- Edge
Step - Edge step - get edges from current element
- Edge
Vertex Step - Edge vertex accessor - gets vertex from edge
- Properties
Step - Properties step - get all properties as map
- Vertex
Step - Generic vertex step - traverses edges to adjacent vertices
Enums§
- Direction
- Direction for edge traversal
Traits§
- Flat
MapStep - Trait for flatmap steps (1:N expansion)