Go backward to Application: Network ApplicationsGo up to 4.1 Types Go forward to Scheduler : Program Schedulers |
Node
: Network Nodesclass Node { }
A node is an element of a network; it may be created (only) by a call of
function node
. Nodes may be linked via communication
channels by the function link
.