All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----jcsp.util.buildingblocks.Demultiplexer
+---------------+ out[1]
| |-------->
in | | :
--->| Demultiplexer | :
| | out[n]
| |-------->
+---------------+
This Process is used to convert the single stream of Objects sent from the Multiplexer Process down the in Channel back to individual Channels.
| Input Channels | ||
|---|---|---|
| in | java.lang.Integer,java.lang.Object | The in Channel has a Integer sent down followed by an Object of any type. |
| Output Channels | ||
| out | java.lang.Object | The out Channel writes the Object written as the second Object down the in Channel. |
public Demultiplexer(ChannelInput in,
ChannelOutput out[])
public void run()
All Packages Class Hierarchy This Package Previous Next Index