Difference between revisions of "Gremlin Basics"
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
# a traversal Ψ | # a traversal Ψ | ||
# and a set of Traversers T | # and a set of Traversers T | ||
+ | == Diagram == | ||
+ | Click any Concept to get to the corresponding JavaDoc page | ||
<uml> | <uml> | ||
left to right direction | left to right direction |
Revision as of 08:07, 2 November 2018
Gremlin Paper by Marko Rodriguez
DSL
Concepts
Three interacting components
- a Graph G
- a traversal Ψ
- and a set of Traversers T
Diagram
Click any Concept to get to the corresponding JavaDoc page