Liking cljdoc? Tell your friends :D

clara.tools.logic-graph


condition-graphcljmultimethod

Creates a sub graph for the given condition.

Creates a sub graph for the given condition.
raw docstring

connects-toclj

(connects-to graph node-key)

Returns the subset of the graph that transitively connects to the given node key.

Returns the subset of the graph that transitively connects to the given node key.
raw docstring

filter-factsclj

(filter-facts graph facts-regex)

Returns sub-graph that includes only nodes connected to the given facts. The given facts-regex is a regular expression used to match facts.

Returns sub-graph that includes only nodes connected to
the given facts. The given facts-regex is a regular expression
used to match facts.
raw docstring

get-productionsclj

(get-productions sources)

Returns a sequence of productions from the given sources.

Returns a sequence of productions from the given sources.
raw docstring

logic-graphclj

(logic-graph sources)

Returns a graph of the relationships between rules, constraints, facts, and insertions.

Returns a graph of the relationships between rules, constraints, facts, and insertions.
raw docstring

logic-graph-schemaclj

raw docstring

reachable-fromclj

(reachable-from graph node-key)

Returns the subset of the graph transitively reachable from the node with the given ID

Returns the subset of the graph transitively reachable from the node with the given ID
raw docstring

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

× close