Liking cljdoc? Tell your friends :D

clojurewerkz.ogre.core


__cljmacro

(__ xs & body)

Starts a anonymous traversal.

Starts a anonymous traversal.
sourceraw docstring

add-Vclj

(add-V g)
(add-V g label)
source

addEclj

(addE t label)
source

addVclj

(addV t)
(addV t label)
source

aggregateclj

(aggregate t k)
source

andclj

(and t & traversals)
source

asclj

(as t step-label & step-labels)
source

barrierclj

(barrier t)
(barrier t max-or-consumer)
source

bothclj

(both t & labels)
source

bothEclj

(bothE t & labels)
source

bothVclj

(bothV t)
source

branchclj

(branch t f-or-t)
source

byclj

(by t)
(by t arg1)
(by t arg1 compar)
source

capclj

(cap t k & ks)
source

chooseclj

(choose t f-or-t)
(choose t p-or-t true-choice false-choice)
source

coalesceclj

(coalesce t & traversals)
source

coinclj

(coin t prob)
source

constantclj

(constant t c)
source

countclj

(count t)
(count t scope)
source

cyclic-pathclj

(cyclic-path t)
source

dedupclj

(dedup t)
(dedup t & args)
source

dropclj

(drop t)
source

Eclj

(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.
sourceraw docstring

emitclj

(emit t)
(emit t pred-or-t)
source

explainclj

(explain t)
source

filterclj

(filter t pred-or-t)
source

flat-mapclj

(flat-map t f-or-t)
source

foldclj

(fold t)
(fold t seed fold-function)
source

fromclj

(from t t-or-label)
source

groupclj

(group t)
(group t k)
source

group-countclj

(group-count t)
(group-count t k)
source

hasclj

(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.
sourceraw docstring

has-idclj

(has-id t & ids)
source

has-keyclj

(has-key t & ks)
source

has-labelclj

(has-label t & labels)
source

idclj

(id t)
source

identityclj

(identity t)
source

inclj

(in t & labels)
source

inEclj

(inE t & labels)
source

injectclj

(inject t & args)
source

into-list!clj

(into-list! t)

Returns the objects in the traversal as a list.

Returns the objects in the traversal as a list.
sourceraw docstring

into-seq!clj

(into-seq! t)

Returns the objects of the traversal as a sequence.

Returns the objects of the traversal as a sequence.
sourceraw docstring

into-set!clj

(into-set! t)

Returns the objects in the traversal as a set.

Returns the objects in the traversal as a set.
sourceraw docstring

into-vec!clj

(into-vec! t)

Returns the objects in the traversal as a vector.

Returns the objects in the traversal as a vector.
sourceraw docstring

inVclj

(inV t)
source

isclj

(is t val-or-pred)
source

iterate!clj

(iterate! t)

Iterates the traversal with the intent of producing side-effects.

Iterates the traversal with the intent of producing side-effects.
sourceraw docstring

keyclj

(key t)
source

labelclj

(label t)
source

limitclj

(limit t lim)
(limit t scope lim)
source

localclj

(local t local-traversal)
source

loopsclj

(loops t)
source

mapclj

(map t f-or-t)
source

matchclj

(match t & traversals)
source

maxclj

(max t)
(max t scope)
source

meanclj

(mean t)
(mean t scope)
source

midVclj

(midV t & ids)

A mid-traversal V known in Gremlin-Java as just V()

A mid-traversal V known in Gremlin-Java as just V()
sourceraw docstring

minclj

(min t)
(min t scope)
source

next!clj

(next! t)
(next! t i)

Returns the next object in the traversal.

Returns the next object in the traversal.
sourceraw docstring

notclj

(not t not-traversal)
source

open-graphclj

(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.
sourceraw docstring

optionclj

(option t opt-traversal)
(option t pick-token opt-traversal)
source

optionalclj

(optional t opt-traversal)
source

orclj

(or t & traversals)
source

orderclj

(order t)
(order t scope)
source

otherVclj

(otherV t)
source

outclj

(out t & labels)
source

outEclj

(outE t & labels)
source

outVclj

(outV t)
source

page-rankclj

(page-rank t)
(page-rank t alpha)
source

pathclj

(path t)
source

peer-pressureclj

(peer-pressure t)
source

profileclj

(profile t k)
source

projectclj

(project t k & ks)
source

propertiesclj

(properties t & ks)
source

propertyclj

(property t & args)
source

property-mapclj

(property-map t & ks)
source

rangeclj

(range t low high)
(range t scope low high)
source

repeatclj

(repeat t repeat-traversal)
source

sackclj

(sack t)
(sack t sack-op)
source

sampleclj

(sample t amount)
(sample t scope amount)
source

scopeclj

(scope s)
source

selectclj

(select t arg1)
(select t arg1 & args)
source

side-effectclj

(side-effect t c-or-t)
source

simple-pathclj

(simple-path t)
source

storeclj

(store t k)
source

subgraphclj

(subgraph t k)
source

sumclj

(sum t)
(sum t scope)
source

tailclj

(tail t)
(tail t arg1)
(tail t scope lim)
source

time-limitclj

(time-limit t lim)
source

timesclj

(times t loops)
source

toclj

(to t arg1)
(to t direction & labels)
source

to-Eclj

(to-E t direction & labels)
source

to-Vclj

(to-V t direction)
source

traversalclj

(traversal graph)
source

traversecljmacro

(traverse xs & body)

Starts a traversal.

Starts a traversal.
sourceraw docstring

treeclj

(tree t)
(tree t k)
source

unfoldclj

(unfold t)
source

unionclj

(union t & traversals)
source

untilclj

(until t pred-or-t)
source

Vclj

(V g & ids)

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.
sourceraw docstring

valueclj

(value t)
source

value-mapclj

(value-map t & args)
source

valuesclj

(values t & ks)
source

whereclj

(where t p-or-t)
(where t k p)
source

with-bulkclj

(with-bulk g use-bulk)
source

with-pathclj

(with-path g)
source

with-remoteclj

(with-remote g conn)
source

with-sackclj

(with-sack g arg)
(with-sack g arg m)
source

with-side-effectclj

(with-side-effect g k v)
(with-side-effect g k v r)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close