<option></option>
section.
<views></views>
section.
Source
,
Sink
, Learner
, Predictor
, Manipulator
,
Visualizer
, Meta
, or Other
<name>
section. This name is displayed in the node repository view, above the node,
if it is dragged into workflow, and as the header in the node description
view.<shortDescription>
section
should contain a short description (like 80 to 100 chars) explaining briefly
what the node does. It is used in the node description view when multiple
nodes are selected.<fulldescription>
section
contains an <intro>
and optionally - possibly multiple
- <option>
sections. The options - if defined - are listed
in the node description view under "Dialog Options".
<intro>
section you
descripe the node's functionality. Explain when it does what; what it
expects at its in-ports; which data will be delivered at its out-ports. You
may also add references to external resources, such as publications,
algorithms, etc.<option>
section with a name (which will be the header for this item), describe all
possible settings and their consequences.<ports>
section, for each
port of the node, add one of the following:<inPort index=""
name="">description</inPort>
, for any input port,<outPort index="" name="">description</outPort>
, for
any output port,<views>
section. For each view, add a <view>
tag, provide an index
(the same as in the source code), and a name
.
The name is shown in the menus, the descriptive text of the view
tag, is displayed in the node description view.