Go backward to in : The Input InterfaceGo up to 5.2 Node Interface |
out
: The Output Interfaces = out() OutChannelSet s c = out(i) OutChannel c int i
out()
returns the set of output channels leaving the node on
which the program is executed.
out(i)
(0 <= i < s.getSize()) returns the
output channel with index i leaving the node on which the program is
ececuted.