CSProcess Interface, comparable to Runnable
must implement run() function
Channels Various types. As parameters can specify read only
(ChannelInput) or write-only (ChannelOutput)
functions read() and write(object)
Declared and passed as parameters to CSProcess class
constructors
Parallel A CSProcess which takes an array of other CSProcesses
and runs them in parallel, terminates when all constituent
processes complete run.
Previous slide | Next slide | Back to first slide | View graphic version |