Class DataSetGraphPopulatorAlgorithm
Algorithm that take a System.Data.DataSet and convert it as a graph representation.
Inheritance
System.Object
DataSetGraphPopulatorAlgorithm
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QuikGraph.Data
Assembly: QuikGraph.Data.dll
Syntax
public sealed class DataSetGraphPopulatorAlgorithm : AlgorithmBase<IMutableVertexAndEdgeSet<DataTable, DataRelationEdge>>, IAlgorithm<IMutableVertexAndEdgeSet<DataTable, DataRelationEdge>>, IComputation, IAlgorithmComponent
Constructors
| Improve this Doc View SourceDataSetGraphPopulatorAlgorithm(IMutableVertexAndEdgeSet<DataTable, DataRelationEdge>, DataSet)
Initializes a new instance of the DataSetGraphPopulatorAlgorithm class.
Declaration
public DataSetGraphPopulatorAlgorithm(IMutableVertexAndEdgeSet<DataTable, DataRelationEdge> visitedGraph, DataSet dataSet)
Parameters
Type | Name | Description |
---|---|---|
IMutableVertexAndEdgeSet<System.Data.DataTable, DataRelationEdge> | visitedGraph | Graph to fill from |
System.Data.DataSet | dataSet | System.Data.DataSet to use to fill |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException |
|
System.ArgumentNullException |
|
Properties
| Improve this Doc View SourceDataSet
System.Data.DataSet to represent as a graph.
Declaration
public DataSet DataSet { get; }
Property Value
Type | Description |
---|---|
System.Data.DataSet |
Methods
| Improve this Doc View SourceInternalCompute()
Algorithm compute step.
Declaration
protected override void InternalCompute()
Overrides
QuikGraph.Algorithms.AlgorithmBase<QuikGraph.IMutableVertexAndEdgeSet<System.Data.DataTable, QuikGraph.Data.DataRelationEdge>>.InternalCompute()