diff options
Diffstat (limited to 'dataflow-api.html')
-rw-r--r-- | dataflow-api.html | 60 |
1 files changed, 40 insertions, 20 deletions
diff --git a/dataflow-api.html b/dataflow-api.html index 1b4dc569..1e2a23f7 100644 --- a/dataflow-api.html +++ b/dataflow-api.html @@ -114,7 +114,8 @@ 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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L460" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -123,7 +124,8 @@ underlying ref, and shared its sematics</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L210" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -132,7 +134,8 @@ underlying ref, and shared its sematics</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L188" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -141,7 +144,8 @@ underlying ref, and shared its sematics</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L231" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -150,7 +154,8 @@ underlying ref, and shared its sematics</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L292" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -159,7 +164,8 @@ underlying ref, and shared its sematics</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L298" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -193,7 +199,8 @@ 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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L304" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -201,7 +208,8 @@ Which will perform the validation</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L348" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -209,7 +217,8 @@ Which will perform the validation</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L372" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -218,7 +227,8 @@ Which will perform the validation</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L94" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -227,7 +237,8 @@ Which will perform the validation</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L89" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -236,7 +247,8 @@ Which will perform the validation</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L136" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -245,7 +257,8 @@ Which will perform the validation</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L108" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -256,7 +269,8 @@ Which will perform the validation</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L115" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -265,7 +279,8 @@ value.</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L143" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -274,7 +289,8 @@ value.</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L126" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -283,7 +299,8 @@ value.</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L199" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -292,7 +309,8 @@ value.</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L218" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -301,7 +319,8 @@ value.</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L103" id="var-source">Source</a> + <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> </div><div id="var-entry"> <br /> <hr /> @@ -312,7 +331,8 @@ value.</pre> <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/4f2c7bb5cf6828eb710fd18b603828ab295d0fa5/src/clojure/contrib/dataflow.clj#L438" id="var-source">Source</a> + <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> </div> |