C# Class GraphStorageManagement.DB_Converter

Datei anzeigen Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
convert_to_graph ( DataTable node_table, DataTable edge_table ) : Graph

Private Methods

Method Description
add_edges ( System.Data.DataRowCollection edge_rows, IVertexCollection oVertices, IEdgeCollection oEdges ) : void
add_nodes ( DataTable node_table, IVertexCollection oVertices ) : void

Method Details

convert_to_graph() public method

public convert_to_graph ( DataTable node_table, DataTable edge_table ) : Graph
node_table System.Data.DataTable
edge_table System.Data.DataTable
return Smrf.NodeXL.Core.Graph