aboutsummaryrefslogtreecommitdiff
path: root/dataflow-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-12-04 06:50:25 -0800
committerTom Faulhaber <git_net@infolace.com>2009-12-04 06:50:25 -0800
commit071b4fa1320276456f0ff78d504eda2d4de7d7af (patch)
treea86942f4cbeebd13fec13373bd476bacdbb7eb9d /dataflow-api.html
parent332c0a75ad36864f310d2b1ea8d15c853ce4af93 (diff)
Manual (forced) documentation build for commit b902ebe3c80ec86d4f80f8cce6d2faabc8da5278
Diffstat (limited to 'dataflow-api.html')
-rw-r--r--dataflow-api.html60
1 files changed, 20 insertions, 40 deletions
diff --git a/dataflow-api.html b/dataflow-api.html
index 1e2a23f7..1b4dc569 100644
--- a/dataflow-api.html
+++ b/dataflow-api.html
@@ -114,8 +114,7 @@ by <span id="author">Jeffrey Straszheim</span><br />
function of 4 values: a key, the cell, its old value, its new
value. This is implemented using Clojure's add-watch to the
underlying ref, and shared its sematics</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L460" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L460" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -124,8 +123,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (add-cells df cells)
</pre>
<pre id="var-docstr">Given a collection of cells, add them to the dataflow.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L210" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L210" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -134,8 +132,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (build-dataflow cs)
</pre>
<pre id="var-docstr">Given a collection of cells, build and return a dataflow object</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L188" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L188" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -144,8 +141,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (build-source-cell name init)
</pre>
<pre id="var-docstr">Builds a source cell</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L231" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L231" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -154,8 +150,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (build-standard-cell name deps fun expr)
</pre>
<pre id="var-docstr">Builds a standard cell</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L292" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L292" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -164,8 +159,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (build-validator-cell deps fun expr)
</pre>
<pre id="var-docstr">Builds a validator cell</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L298" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L298" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -199,8 +193,7 @@ Or:
(throwf "%s must be greater than %s" ?fred ?sally))
Which will perform the validation</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L304" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L304" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -208,8 +201,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<span id="var-type">multimethod</span><br />
<pre id="var-usage">No usage documentation available</pre>
<pre id="var-docstr">A 'readable' form of the cell</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L348" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L348" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -217,8 +209,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<span id="var-type">multimethod</span><br />
<pre id="var-usage">No usage documentation available</pre>
<pre id="var-docstr">Evaluate a dataflow cell. Return [changed, old val]</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L372" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L372" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -227,8 +218,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (get-cell df name)
</pre>
<pre id="var-docstr">Get the single cell named by name</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L94" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L94" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -237,8 +227,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (get-cells df name)
</pre>
<pre id="var-docstr">Get all the cells named by name</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L89" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L89" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -247,8 +236,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (get-old-value df env name)
</pre>
<pre id="var-docstr">Looks up an old value</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L136" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L136" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -257,8 +245,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (get-source-cells df)
</pre>
<pre id="var-docstr">Returns a collection of source cells from the dataflow</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L108" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L108" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -269,8 +256,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-docstr">Gets a value from the df matching the passed symbol.
Signals an error if the name is not present, or if it not a single
value.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L115" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L115" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -279,8 +265,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (get-value-from-cell cell)
</pre>
<pre id="var-docstr">Given a cell, get its value</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L143" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L143" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -289,8 +274,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (get-values df name)
</pre>
<pre id="var-docstr">Gets a collection of values from the df by name</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L126" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L126" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -299,8 +283,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (print-dataflow df)
</pre>
<pre id="var-docstr">Prints a dataflow, one cell per line</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L199" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L199" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -309,8 +292,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (remove-cells df cells)
</pre>
<pre id="var-docstr">Given a collection of cells, remove them from the dataflow.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L218" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L218" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -319,8 +301,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-usage">Usage: (source-cell? cell)
</pre>
<pre id="var-docstr">Is this cell a source cell?</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L103" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L103" id="var-source">Source</a>
</div><div id="var-entry">
<br />
<hr />
@@ -331,8 +312,7 @@ Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L
<pre id="var-docstr">Given a dataflow, and a map of name-value pairs, update the
dataflow by binding the new values. Each name must be of a source
cell</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/fatal: ambiguous argument 'src/clojure/contrib/dataflow.clj': unknown revision or path not in the working tree.
-Use '--' to separate paths from revisions/src/src/clojure/contrib/dataflow.clj#L438" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L438" id="var-source">Source</a>
</div>