自定义
跨平台
Java

软件简介

Pipes is a dataflow
framework using process
graphs
. A process graph
is composed of Pipe vertices connected by communication edges. A Pipe
implements a simple computational step that can be composed with other Pipe
objects to create a larger computation. Such data flow graphs allow for the
splitting, merging, looping, and in general, the transformation of data from
input to output.