Gremlin:
Gremlin ::= GraphTraversalSource GraphTraversal* Traversal
no referencesGraphTraversalSource:
GraphTraversalSource
::= ( withBindings | withBulk | withComputer | withoutStrategies | withPath | withRemote | withSack | withSideEffect | withStrategies )* ( addV | E | inject | V )
referenced by:
Gremlin
GraphTraversal:
GraphTraversal
::= addE
| addV
| aggregate
| and
| as
| barrier
| both
| bothE
| bothV
| branch
| by
| cap
| choose
| coalesce
| coin
| constant
| count
| cyclicPath
| dedup
| drop
| emit
| filter
| flatMap
| fold
| from
| group
| groupCount
| has
| hasId
| hasKey
| hasLabel
| hasNot
| hasValue
| id
| identity
| in
| inE
| inject
| inV
| is
| key
| label
| limit
| local
| loops
| map
| match
| max
| mean
| min
| not
| or
| order
| otherV
| out
| outE
| outV
| pageRank
| path
| peerPressure
| program
| project
| properties
| property
| propertyMap
| range
| repeat
| sack
| sample
| select
| sideEffect
| simplePath
| store
| subgraph
| sum
| tail
| timeLimit
| times
| to
| toE
| toV
| tree
| unfold
| union
| until
| V
| value
| valueMap
| values
| where
referenced by:
Gremlin
Traversal:
Traversal
::= close
| explain
| fill
| forEachRemaining
| iterate
| next
| profile
| toList
| toSet
| toStream
| tryNext
referenced by:
Gremlin
addV:
addV ::= '(' label? ')' ( addE | as | property )?
referenced by:
GraphTraversal
GraphTraversalSource
addE:
addE ::= '(' label? ')' ( as | from | to | property )?
referenced by:
GraphTraversal
V
addV
E:
E ::= '(' ids* ')' ( as | drop | property )?
referenced by:
GraphTraversalSource
V:
V ::= '(' ids* ')' ( addE | as | drop | out | property )?
referenced by:
GraphTraversal
GraphTraversalSource
as:
as ::= '(' step-label ')'
referenced by:
E
GraphTraversal
V
addE
addV
edge-steps
from:
from ::= '(' step-label ')' edge-steps?
referenced by:
GraphTraversal
addE
edge-steps
to:
to ::= '(' step-label ')' edge-steps?
referenced by:
GraphTraversal
addE
edge-steps
edge-steps:
edge-steps
::= ( as | from | to | property )?
referenced by:
from
to
... generated by Railroad Diagram Generator