Describes simple functions for describing nodes in a graph
Describes simple functions for describing nodes in a graph
(node-label s n)
Returns a keyword label for a node
Returns a keyword label for a node
(container-attribute graph data)
Returns a keyword used for an attribute that contains the data
Returns a keyword used for an attribute that contains the data
(data-attribute graph data)
Returns a keyword used for an attribute refering to the data
Returns a keyword used for an attribute refering to the data
(find-triple graph pattern)
resolves a simple triple pattern against the graph edges
resolves a simple triple pattern against the graph edges
(new-node graph)
A function that returns a new node object for the graph
A function that returns a new node object for the graph
(node-id graph n)
Returns a id for a node. Numbers are good
Returns a id for a node. Numbers are good
(node-type? graph a n)
Tests if the argument is a valid node type for this graph, given an attribute
Tests if the argument is a valid node type for this graph, given an attribute
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close