(__ xs & body)
Starts a anonymous traversal.
Starts a anonymous traversal.
Adds a vertex to the traversal.
Adds a vertex to the traversal.
Adds an edge to the traversal. addE
is equivalent to add-E
.
Adds an edge to the traversal. `addE` is equivalent to `add-E`.
Adds a vertex to the traversal. addV
is equivalent to add-V
.
Adds a vertex to the traversal. `addV` is equivalent to `add-V`.
(cardinality card)
Provides access to Gremlin's Cardinality enum.
Provides access to Gremlin's Cardinality enum.
(choose t f-or-t)
(choose t p-or-t true-choice)
(choose t p-or-t true-choice false-choice)
(column c)
Provides access to Gremlin's Column enum.
Provides access to Gremlin's Column enum.
(E g & ids)
Returns all edges matching the supplied ids. If no ids are supplied, returns all edges.
Returns all edges matching the supplied ids. If no ids are supplied, returns all edges.
(has t k)
(has t k val-or-pred-or-t)
(has t label k val-or-pred)
Allows an element if it has the given property or it satisfies given predicate.
Allows an element if it has the given property or it satisfies given predicate.
Injects an arbitrary set of objects into the traversal stream
Injects an arbitrary set of objects into the traversal stream
(into-list! t)
Returns the objects in the traversal as a list.
Returns the objects in the traversal as a list.
(into-seq! t)
Returns the objects of the traversal as a sequence.
Returns the objects of the traversal as a sequence.
(into-set! t)
Returns the objects in the traversal as a set.
Returns the objects in the traversal as a set.
(into-vec! t)
Returns the objects in the traversal as a vector.
Returns the objects in the traversal as a vector.
(iterate! t)
Iterates the traversal with the intent of producing side-effects.
Iterates the traversal with the intent of producing side-effects.
Returns all vertices matching the supplied ids. If no ids are supplied, returns all vertices.
midV
is equivalent to V
Returns all vertices matching the supplied ids. If no ids are supplied, returns all vertices. `midV` is equivalent to `V`
(next! t)
(next! t i)
Returns the next object in the traversal.
Returns the next object in the traversal.
(open-graph conf)
Opens a new TinkerGraph with default configuration or open a new Graph instance with the specified configuration. The configuration may be a path to a file or a Map of configuration options.
Opens a new TinkerGraph with default configuration or open a new Graph instance with the specified configuration. The configuration may be a path to a file or a Map of configuration options.
(scope s)
Provides access to Gremlin's Scope enum.
Provides access to Gremlin's Scope enum.
(sort s)
Provides access to Gremlin's Order enum.
Provides access to Gremlin's Order enum.
Returns all vertices matching the supplied ids. If no ids are supplied, returns all vertices.
Returns all vertices matching the supplied ids. If no ids are supplied, returns all vertices.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close