[kepler-dev] 2d display widget?
Dan Higgins
higgins at nceas.ucsb.edu
Wed Jul 28 17:00:26 PDT 2004
You might want to look at the "InteractiveR.xml" demo in the workflows
dir which uses an actor called 'InteractiveExec'. This was a rought
attempt to handle a set of commands interactively, or from a script and
keep the subprocess alive.
Dan
Tobin Fricke wrote:
>On Wed, 28 Jul 2004, Tobin Fricke wrote:
>
>
>
>>URL-or-filename? Is there a way to support input redirection? i.e.,
>>possibly to have the CommandLine actor start the cmdline process on
>>initialize() and feed.
>>
>>
>
>Whoops, didn't finish my sentence: To start the process on initialize()
>and then on each firing, copy the input token to the process's stdin, and
>form output tokens from the process's stdout.
>
>The actor could include an 'input transformer' and an 'output transformer'
>to turn string tokens into standard input and to parse standard output
>into tokens. These could be awk expressions or maybe just regexps.
>
>>From this a gnuplot actor could be built, by, for instance, transforming
>an input array into an input string like this:
>
>plot "-"
>x1 y1
>x2 y2
>e
>
>Or.. there could be a superclass UnixProcess and then subclasses could
>implement specific schemes for i/o tokenization.
>
>Tobin
>_______________________________________________
>kepler-dev mailing list
>kepler-dev at ecoinformatics.org
>http://www.ecoinformatics.org/mailman/listinfo/kepler-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercury.nceas.ucsb.edu/kepler/pipermail/kepler-dev/attachments/20040728/3b8587be/attachment.html>
More information about the Kepler-dev
mailing list