A data set is a collection of one or more data tables that represent
a table or graph data structure.
public var edges:DataTable = null A DataTable of edges.
public var nodes:DataTable = null A DataTable of nodes (or table rows).
public function DataSet(nodes:DataTable, edges:DataTable = null)
Creates a new DataSet.
Parameters
| nodes:DataTable — a data table of node data
|
| |
| edges:DataTable (default = null) — a data table of edge data (optional, for graphs only)
|
© 2007-2008 Regents of the University of California. Created Wed Apr 2 2008 7:44 PM.