Creates a sub graph for the given condition.
Creates a sub graph for the given condition.
(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.
(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.
(get-productions sources)
Returns a sequence of productions from the given sources.
Returns a sequence of productions from the given sources.
(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.
(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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close