Liking cljdoc? Tell your friends :D

asami.graph

The graph index API.

The graph index API.
raw docstring

count-patternclj/s

(count-pattern graph [s p o :as pattern])

Convenience function to extract elements out of a pattern to count the resolution

Convenience function to extract elements out of a pattern to count the resolution
raw docstring

Graphclj/s≠protocol

graph-addclj/s

(graph-add this subj pred obj)

Adds triples to the graph

Adds triples to the graph

graph-deleteclj/s

(graph-delete this subj pred obj)

Removes triples from the graph

Removes triples from the graph

graph-diffclj/s

(graph-diff this other)

Returns all subjects that have changed in this graph, compared to other

Returns all subjects that have changed in this graph, compared to other

resolve-tripleclj/s

(resolve-triple this subj pred obj)

Resolves patterns from the graph, and returns unbound columns only

Resolves patterns from the graph, and returns unbound columns only

count-tripleclj/s

(count-triple this subj pred obj)

Resolves patterns from the graph, and returns the size of the resolution

Resolves patterns from the graph, and returns the size of the resolution

resolve-patternclj/s

(resolve-pattern graph [s p o :as pattern])

Convenience function to extract elements out of a pattern to query for it

Convenience function to extract elements out of a pattern to query for it
raw docstring

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

× close