diff options
Diffstat (limited to 'branch-1.1.x/dataflow-api.html')
-rw-r--r-- | branch-1.1.x/dataflow-api.html | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/branch-1.1.x/dataflow-api.html b/branch-1.1.x/dataflow-api.html index 1ed6a0d0..07f88c96 100644 --- a/branch-1.1.x/dataflow-api.html +++ b/branch-1.1.x/dataflow-api.html @@ -130,7 +130,7 @@ 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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L460" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L460" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -141,7 +141,7 @@ underlying ref, and shared its sematics</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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L210" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L210" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -152,7 +152,7 @@ underlying ref, and shared its sematics</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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L188" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L188" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -163,7 +163,7 @@ underlying ref, and shared its sematics</pre> <pre id="var-docstr">Builds a source cell</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L231" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L231" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -174,7 +174,7 @@ underlying ref, and shared its sematics</pre> <pre id="var-docstr">Builds a standard cell</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L292" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L292" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -185,7 +185,7 @@ underlying ref, and shared its sematics</pre> <pre id="var-docstr">Builds a validator cell</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L298" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L298" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -221,7 +221,7 @@ Or: Which will perform the validation</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L304" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L304" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -231,7 +231,7 @@ Which will perform the validation</pre> <pre id="var-docstr">A 'readable' form of the cell</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L348" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L348" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -241,7 +241,7 @@ Which will perform the validation</pre> <pre id="var-docstr">Evaluate a dataflow cell. Return [changed, old val]</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L372" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L372" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -252,7 +252,7 @@ Which will perform the validation</pre> <pre id="var-docstr">Get the single cell named by name</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L94" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L94" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -263,7 +263,7 @@ Which will perform the validation</pre> <pre id="var-docstr">Get all the cells named by name</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L89" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L89" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -274,7 +274,7 @@ Which will perform the validation</pre> <pre id="var-docstr">Looks up an old value</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L136" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L136" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -285,7 +285,7 @@ Which will perform the validation</pre> <pre id="var-docstr">Returns a collection of source cells from the dataflow</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L108" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L108" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -298,7 +298,7 @@ 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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L115" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L115" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -309,7 +309,7 @@ value.</pre> <pre id="var-docstr">Given a cell, get its value</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L143" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L143" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -320,7 +320,7 @@ value.</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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L126" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L126" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -331,7 +331,7 @@ value.</pre> <pre id="var-docstr">Prints a dataflow, one cell per line</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L199" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L199" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -342,7 +342,7 @@ value.</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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L218" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L218" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -353,7 +353,7 @@ value.</pre> <pre id="var-docstr">Is this cell a source cell?</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L103" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L103" id="var-source">Source</a> </div><div id="var-entry"> <br /> <hr /> @@ -366,7 +366,7 @@ dataflow by binding the new values. Each name must be of a source cell</pre> - <a href="http://github.com/richhickey/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L438" id="var-source">Source</a> + <a href="http://github.com/clojure/clojure-contrib/blob/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L438" id="var-source">Source</a> </div> @@ -376,7 +376,7 @@ cell</pre> </div> </div> <div id="foot"> - <div style="text-align: center;" id="copyright">Copyright 2007-2009 by Rich Hickey and the various contributors</div> + <div style="text-align: center;" id="copyright">Copyright 2007-2010 by Rich Hickey and the various contributors</div> </div> </div> <div id="DesignedBy">Logo & site design by <a title="Visit Tom Hickey's website." href="http://www.tomhickey.com">Tom Hickey</a>.<br /> |