From b9907dc35b12f46c584f426aacc61b4375f9ea8c Mon Sep 17 00:00:00 2001 From: Tom Faulhaber Date: Wed, 2 Jun 2010 10:37:21 -0700 Subject: Autodoc commit for master/4fe738db, 1.1.x/d132c5f1 --- dataflow-api.html | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'dataflow-api.html') diff --git a/dataflow-api.html b/dataflow-api.html index 2efcebb5..7515ee49 100644 --- a/dataflow-api.html +++ b/dataflow-api.html @@ -125,7 +125,7 @@ value. This is implemented using Clojure's add-watch to the underlying ref, and shared its sematics - Source +


@@ -136,7 +136,7 @@ underlying ref, and shared its sematics
Given a collection of cells, add them to the dataflow.
- Source +


@@ -147,7 +147,7 @@ underlying ref, and shared its sematics
Given a collection of cells, build and return a dataflow object
- Source +


@@ -158,7 +158,7 @@ underlying ref, and shared its sematics
Builds a source cell
- Source +


@@ -169,7 +169,7 @@ underlying ref, and shared its sematics
Builds a standard cell
- Source +


@@ -180,7 +180,7 @@ underlying ref, and shared its sematics
Builds a validator cell
- Source +


@@ -216,7 +216,7 @@ Or: Which will perform the validation - Source +


@@ -226,7 +226,7 @@ Which will perform the validation
A 'readable' form of the cell
- Source +


@@ -236,7 +236,7 @@ Which will perform the validation
Evaluate a dataflow cell.  Return [changed, old val]
- Source +


@@ -247,7 +247,7 @@ Which will perform the validation
Get the single cell named by name
- Source +


@@ -258,7 +258,7 @@ Which will perform the validation
Get all the cells named by name
- Source +


@@ -269,7 +269,7 @@ Which will perform the validation
Looks up an old value
- Source +


@@ -280,7 +280,7 @@ Which will perform the validation
Returns a collection of source cells from the dataflow
- Source +


@@ -293,7 +293,7 @@ Signals an error if the name is not present, or if it not a single value. - Source +


@@ -304,7 +304,7 @@ value.
Given a cell, get its value
- Source +


@@ -315,7 +315,7 @@ value.
Gets a collection of values from the df by name
- Source +


@@ -326,7 +326,7 @@ value.
Prints a dataflow, one cell per line
- Source +


@@ -337,7 +337,7 @@ value.
Given a collection of cells, remove them from the dataflow.
- Source +


@@ -348,7 +348,7 @@ value.
Is this cell a source cell?
- Source +


@@ -361,7 +361,7 @@ dataflow by binding the new values. Each name must be of a source cell - Source +
-- cgit v1.2.3-18-g5258