Go up to 5.2 Node Interface Go forward to out : The Output Interface |
in
: The Input Interfaces = in() InChannelSet s c = in(i) InChannel c int i
in()
returns the set of input channels entering the node on
which the program is executed.
in(i)
(0 <= i < s.getSize()) returns the input
channel with index i entering the node on which the program is ececuted.