C# Class GraphStorageManagement.DB_Converter

Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Méthode Description
convert_to_graph ( DataTable node_table, DataTable edge_table ) : Graph

Private Methods

Méthode 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 méthode

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