|
@@ -117,10 +117,10 @@ The internal representation of graphs is further explained in the section~\ref{s
|
|
\rowcolor{gray!50}
|
|
\rowcolor{gray!50}
|
|
\textbf{Attribute} & \textbf{Type} & \textbf{Optional} & \textbf{Explanation} \\
|
|
\textbf{Attribute} & \textbf{Type} & \textbf{Optional} & \textbf{Explanation} \\
|
|
source & string & no & The name of the source of this edge.
|
|
source & string & no & The name of the source of this edge.
|
|
- Must be a node with the same parent node as the node specified by the \code{target} attribute. \\\hline
|
|
|
|
|
|
+ Must be a node with the same parent node as the node specified by the \code{target} attribute. \\
|
|
\rowcolor{gray!25}
|
|
\rowcolor{gray!25}
|
|
target & string & no & The name of the target of this edge.
|
|
target & string & no & The name of the target of this edge.
|
|
- Must be a node with the same parent node as the node specified by the \code{source} attribute. \\\hline
|
|
|
|
|
|
+ Must be a node with the same parent node as the node specified by the \code{source} attribute. \\
|
|
\end{tabular}
|
|
\end{tabular}
|
|
\caption{Edge Attributes}
|
|
\caption{Edge Attributes}
|
|
\label{table:edge-attributes}
|
|
\label{table:edge-attributes}
|