Liking cljdoc? Tell your friends :D

clojurewerkz.neocons.rest.paths


all-shortest-betweenclj

(all-shortest-between connection from to & {:keys [relationships max-depth]})
source

exists-between?clj

(exists-between? connection
                 from
                 to
                 &
                 {:keys [relationships max-depth prune-evaluator uniqueness]})
source

included-in?cljmultimethod

Returns true if path includes given obj which can be a node or a relationship

Returns true if path includes given obj which can be a node or a relationship
sourceraw docstring

node-in?cljmultimethod

Returns true if path includes given node

Returns true if path includes given node
sourceraw docstring

relationship-in?cljmultimethod

Returns true if path includes given relationship

Returns true if path includes given relationship
sourceraw docstring

shortest-betweenclj

(shortest-between connection from to & {:keys [relationships max-depth]})
source

traverseclj

(traverse connection
          id
          &
          {:keys [order relationships uniqueness prune-evaluator return-filter
                  max-depth]
           :or {order "breadth_first"
                uniqueness "none"
                prune-evaluator {:language "builtin" :name "none"}
                return-filter {:language "builtin" :name "all"}}})
source

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

× close