next up previous contents
Next: node Up: Library Reference Previous: Library Reference

nodelist

nodelist instances have the following methods:


\begin{methoddesc}{write}{filename\optional{,compression}}
Write the instance to...
...ode{0} for no compression
and \code{9} for highest compression.
\end{methoddesc}


\begin{methoddesc}{addNode}{node}
Adds a node of class \texttt{node} to the end of the nodelist.
\end{methoddesc}


\begin{methoddesc}{getNodeNames}{}
Returns a dictionary with all the nodelists' ...
...\code{DATASET_ID},
\code{TYPE_ID} and \code{GROUP_ID} as items.
\end{methoddesc}


\begin{methoddesc}{selectAll}{}
Marks all nodes in the nodelist for data retrival.
\end{methoddesc}


\begin{methoddesc}{selectNode}{nodename}
Marks the node specified by \normalsize\textrm{\textit{nodename\/}} to be retrived.
\end{methoddesc}


\begin{methoddesc}{fetch}{}
Fetches all nodes in the selected nodelist.
\end{methoddesc}


\begin{methoddesc}{getNode}{nodename}
Return the node with name \normalsize\textrm{\textit{nodename\/}}.
\end{methoddesc}




2000-08-08