aboutsummaryrefslogtreecommitdiff
path: root/datalog-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2010-06-02 10:47:29 -0700
committerTom Faulhaber <git_net@infolace.com>2010-06-02 10:47:29 -0700
commitb17ce9fbb29483eb8f6e591a1ff282db453a4713 (patch)
treec802eb892622de7b7a34cce55524fd5f91491817 /datalog-api.html
parentb9907dc35b12f46c584f426aacc61b4375f9ea8c (diff)
Autodoc commit for master/4fe738db, 1.1.x/d132c5f1
Diffstat (limited to 'datalog-api.html')
-rw-r--r--datalog-api.html116
1 files changed, 58 insertions, 58 deletions
diff --git a/datalog-api.html b/datalog-api.html
index a1dae0c2..3c8c3398 100644
--- a/datalog-api.html
+++ b/datalog-api.html
@@ -253,7 +253,7 @@ by <span id="author">Jeffrey Straszheim</span><br />
used to execute the query.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog.clj#L46" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -265,7 +265,7 @@ used to execute the query.</pre>
work plan and return the results.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog.clj#L56" id="var-source">Source</a>
</div>
<h2 id="namespace-name">datalog.database</h2>
<pre id="namespace-docstr"></pre>
@@ -281,7 +281,7 @@ work plan and return the results.</pre>
<pre id="var-docstr">Adds an index to an empty relation named name</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L85" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/add-relation">add-relation</h2>
@@ -291,7 +291,7 @@ work plan and return the results.</pre>
<pre id="var-docstr">Adds a relation to the database</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L80" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/add-tuple">add-tuple</h2>
@@ -307,7 +307,7 @@ the new database.
[rel tuple] adds to the relation object. Returns the new relation.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L171" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/add-tuples">add-tuples</h2>
@@ -320,7 +320,7 @@ the new database.
[:rel-name :key-1 2 :key-2 3])</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L206" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/any-match?">any-match?</h2>
@@ -330,7 +330,7 @@ the new database.
<pre id="var-docstr">Finds if there are any matching records for the partial tuple</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L252" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/database-counts">database-counts</h2>
@@ -340,7 +340,7 @@ the new database.
<pre id="var-docstr">Returns a map with the count of elements in each relation.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L143" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/database-merge">database-merge</h2>
@@ -350,7 +350,7 @@ the new database.
<pre id="var-docstr">Merges databases together</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L276" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/database-merge-parallel">database-merge-parallel</h2>
@@ -360,7 +360,7 @@ the new database.
<pre id="var-docstr">Merges databases together in parallel</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L281" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/datalog-relation">datalog-relation</h2>
@@ -370,7 +370,7 @@ the new database.
<pre id="var-docstr">Creates a relation</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L75" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/ensure-relation">ensure-relation</h2>
@@ -380,7 +380,7 @@ the new database.
<pre id="var-docstr">If the database lacks the named relation, add it</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L95" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/get-relation">get-relation</h2>
@@ -390,7 +390,7 @@ the new database.
<pre id="var-docstr">Get a relation object by name</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L129" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/make-database">make-database</h2>
@@ -406,7 +406,7 @@ the new database.
(index :sally :becky))</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L108" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/merge-relations">merge-relations</h2>
@@ -416,7 +416,7 @@ the new database.
<pre id="var-docstr">Merges two relations</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L266" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/remove-tuple">remove-tuple</h2>
@@ -433,7 +433,7 @@ returns a new database.
relation.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L189" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/replace-relation">replace-relation</h2>
@@ -443,7 +443,7 @@ relation.</pre>
<pre id="var-docstr">Add or replace a fully constructed relation object to the database.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L134" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.database/select">select</h2>
@@ -453,7 +453,7 @@ relation.</pre>
<pre id="var-docstr">finds all matching tuples to the partial tuple (pt) in the relation named (rn)</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/database.clj#L247" id="var-source">Source</a>
</div>
<h2 id="namespace-name">datalog.literals</h2>
<pre id="namespace-docstr"></pre>
@@ -479,7 +479,7 @@ relation.</pre>
atom.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L132" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.literals/build-literal">build-literal</h2>
@@ -500,7 +500,7 @@ literal.</pre>
its bound constants to new variables.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L302" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.literals/delta-literal">delta-literal</h2>
@@ -510,7 +510,7 @@ its bound constants to new variables.</pre>
<pre id="var-docstr">Given a literal l, return a delta version</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L319" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.literals/display-literal">display-literal</h2>
@@ -529,7 +529,7 @@ its bound constants to new variables.</pre>
<pre id="var-docstr">Get the bindings from this adorned literal.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L270" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.literals/get-base-predicate">get-base-predicate</h2>
@@ -539,7 +539,7 @@ its bound constants to new variables.</pre>
<pre id="var-docstr">Get the base predicate from this predicate.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L275" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.literals/get-cs-from-vs">get-cs-from-vs</h2>
@@ -605,7 +605,7 @@ used during this point of a SIP computation.</pre>
<pre id="var-docstr">Is this literal magic?</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L295" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.literals/literal-predicate">literal-predicate</h2>
@@ -633,7 +633,7 @@ used during this point of a SIP computation.</pre>
<pre id="var-docstr">Create a magic version of this adorned predicate.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L285" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.literals/negated-literal">negated-literal</h2>
@@ -643,7 +643,7 @@ used during this point of a SIP computation.</pre>
<pre id="var-docstr">Given a literal l, return a negated version</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L313" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.literals/negated?">negated?</h2>
@@ -653,7 +653,7 @@ used during this point of a SIP computation.</pre>
<pre id="var-docstr">Is this literal a negated literal?</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L111" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.literals/negative-vars">negative-vars</h2>
@@ -681,7 +681,7 @@ used during this point of a SIP computation.</pre>
<pre id="var-docstr">Is this a positive literal?</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L116" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.literals/project-literal">project-literal</h2>
@@ -693,7 +693,7 @@ used during this point of a SIP computation.</pre>
db.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/78ee9b3e64c5ac6082fb223fc79292175e8e4f0c/src/main/clojure/clojure/contrib/datalog/literals.clj#L392" id="var-source">Source</a>
</div>
<h2 id="namespace-name">datalog.magic</h2>
<pre id="namespace-docstr"></pre>
@@ -709,7 +709,7 @@ db.</pre>
<pre id="var-docstr">Adorn a query</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L26" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.magic/adorn-rules-set">adorn-rules-set</h2>
@@ -720,7 +720,7 @@ db.</pre>
rules-set, (q) is an adorned query.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L31" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.magic/build-partial-tuple">build-partial-tuple</h2>
@@ -731,7 +731,7 @@ rules-set, (q) is an adorned query.</pre>
to extract the relation from the database.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L78" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.magic/magic-transform">magic-transform</h2>
@@ -744,7 +744,7 @@ to extract the relation from the database.</pre>
default to the predicates within the rules-set.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L98" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.magic/seed-predicate-for-insertion">seed-predicate-for-insertion</h2>
@@ -754,7 +754,7 @@ default to the predicates within the rules-set.</pre>
<pre id="var-docstr">Given a query, return the predicate to use for database insertion.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L90" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.magic/seed-relation">seed-relation</h2>
@@ -765,7 +765,7 @@ default to the predicates within the rules-set.</pre>
relation</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L63" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.magic/seed-rule">seed-rule</h2>
@@ -775,7 +775,7 @@ relation</pre>
<pre id="var-docstr">Given an adorned query, give back its seed rule</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/magic.clj#L71" id="var-source">Source</a>
</div>
<h2 id="namespace-name">datalog.rules</h2>
<pre id="namespace-docstr"></pre>
@@ -793,7 +793,7 @@ relation</pre>
(&lt;- (:head :x ?x :y ?y) (:body-1 :x ?x :y ?y) (:body-2 :z ?z) (not! :body-3 :x ?x) (if &gt; ?y ?z))</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/rules.clj#L66" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.rules/?-">?-</h2>
@@ -803,7 +803,7 @@ relation</pre>
<pre id="var-docstr">Define a datalog query</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/rules.clj#L84" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.rules/all-predicates">all-predicates</h2>
@@ -813,7 +813,7 @@ relation</pre>
<pre id="var-docstr">Given a rules-set, return all defined predicates</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/rules.clj#L161" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.rules/apply-rule">apply-rule</h2>
@@ -825,7 +825,7 @@ relation</pre>
relation in db-2. The relation will be created if needed.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/rules.clj#L182" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.rules/compute-sip">compute-sip</h2>
@@ -837,7 +837,7 @@ rule. A set of intensional predicates should be provided to
determine what should be adorned.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/rules.clj#L98" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.rules/display-query">display-query</h2>
@@ -847,7 +847,7 @@ determine what should be adorned.</pre>
<pre id="var-docstr">Return a query in a readable format.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/rules.clj#L37" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.rules/display-rule">display-rule</h2>
@@ -857,7 +857,7 @@ determine what should be adorned.</pre>
<pre id="var-docstr">Return the rule in a readable format.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/rules.clj#L30" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.rules/is-safe?">is-safe?</h2>
@@ -867,7 +867,7 @@ determine what should be adorned.</pre>
<pre id="var-docstr">Is the rule safe according to the datalog protocol?</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/rules.clj#L45" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.rules/make-rules-set">make-rules-set</h2>
@@ -878,7 +878,7 @@ determine what should be adorned.</pre>
printing.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/rules.clj#L127" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.rules/non-base-rules">non-base-rules</h2>
@@ -888,7 +888,7 @@ printing.</pre>
<pre id="var-docstr">Return a collection of rules that depend, somehow, on other rules</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/rules.clj#L166" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.rules/predicate-map">predicate-map</h2>
@@ -899,7 +899,7 @@ printing.</pre>
Each value will be a set of rules.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/rules.clj#L151" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.rules/return-rule-data">return-rule-data</h2>
@@ -909,7 +909,7 @@ Each value will be a set of rules.</pre>
<pre id="var-docstr">Returns an untypted rule that will be fully printed</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/rules.clj#L79" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.rules/rules-set">rules-set</h2>
@@ -919,7 +919,7 @@ Each value will be a set of rules.</pre>
<pre id="var-docstr">Given a collection of rules return a rules set</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2ede388a9267d175bfaa7781ee9d57532eb4f20f/src/main/clojure/clojure/contrib/datalog/rules.clj#L135" id="var-source">Source</a>
</div>
<h2 id="namespace-name">datalog.softstrat</h2>
<pre id="namespace-docstr"></pre>
@@ -935,7 +935,7 @@ Each value will be a set of rules.</pre>
<pre id="var-docstr">Return a work plan for the given rules-set and query</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/softstrat.clj#L115" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.softstrat/get-all-relations">get-all-relations</h2>
@@ -945,7 +945,7 @@ Each value will be a set of rules.</pre>
<pre id="var-docstr">Return a set of all relation names defined in this workplan</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/softstrat.clj#L121" id="var-source">Source</a>
</div>
<h2 id="namespace-name">datalog.util</h2>
<pre id="namespace-docstr"></pre>
@@ -961,7 +961,7 @@ Each value will be a set of rules.</pre>
<pre id="var-docstr">Is this a query variable: e.g. a symbol prefixed with ??</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L33" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.util/is-var?">is-var?</h2>
@@ -971,7 +971,7 @@ Each value will be a set of rules.</pre>
<pre id="var-docstr">Is this a logic variable: e.g. a symbol prefixed with a ?</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L25" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.util/keys-to-vals">keys-to-vals</h2>
@@ -981,7 +981,7 @@ Each value will be a set of rules.</pre>
<pre id="var-docstr">Given a map and a collection of keys, return the collection of vals</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L49" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.util/map-values">map-values</h2>
@@ -991,7 +991,7 @@ Each value will be a set of rules.</pre>
<pre id="var-docstr">Like map, but works over the values of a hash map</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L41" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.util/preduce">preduce</h2>
@@ -1005,7 +1005,7 @@ f - a function of 2 arguments.
data - a collection of hashes.</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L62" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.util/reverse-map">reverse-map</h2>
@@ -1015,7 +1015,7 @@ data - a collection of hashes.</pre>
<pre id="var-docstr">Reverse the keys/values of a map</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L54" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="clojure.contrib.datalog.util/trace-datalog">trace-datalog</h2>
@@ -1025,7 +1025,7 @@ data - a collection of hashes.</pre>
<pre id="var-docstr">If *test-datalog* is set to true, run the enclosed commands</pre>
-
+ <a href="http://github.com/richhickey/clojure-contrib/blob/ec6a7579d6b1c0bfa42e3666cfad196cffc966fe/src/main/clojure/clojure/contrib/datalog/util.clj#L82" id="var-source">Source</a>
</div>