[an error occurred while processing this directive]
Graphs
-
A graph comprises of nSegment number of segments and nSegment
+ 1 number of nodes. But there may be many visualisations of
the same node or segment.
-
x<i> and f<i> have to be defined even though they may
not be used in the node/segment definitions.
-
Both node and segment have to be defined. Should no visualisation be
associated with either node or segment, define that variable to be
[]
-
Due to DoNaLD's limitations, once a variable is declared as
one type, it cannot be redeclared to another type. So if the first
visualisation of the node is a circle, any subsequent redefinition to the node
must have the first element declared as a circle. However, you need not
give any definition to it.
-
A DoNaLD graph will declare a series of node and segment entities
accessible in DoNaLD. The nodes are named as
node1_1
,
node1_2
, etc. and
the segments are named as segment1_0
, segment1_1
,
etc., where the first
number represents which visualisation of the entity and the second number is
concerned with which node or segment. You can redefine the individual
nodes and segments without any complaint from the system (BUG?).
[an error occurred while processing this directive]