|
@@ -31,6 +31,7 @@ The internal representation of graphs is further explained in the section~\ref{s
|
|
|
The node can be wider if it contains other nodes that need more space. \\\hline
|
|
|
height & integer & yes & The minimum height of the node.
|
|
|
The node can be higher if it contains other nodes that need more space. \\\hline
|
|
|
+ dummy & boolean & yes & Iff this is set to yes, then the node is a dummy node. \\\hline
|
|
|
layers & list of lists of nodes & yes & The layers of nodes inside this node (Hierarchy). \\\hline
|
|
|
edges & list of edges & yes & The edges between nodes whose parent node is this node. \\\hline
|
|
|
\caption{Node Attributes}
|