GraphBaseTVertex, TEdge Constructor (GraphBaseTVertex, TEdge, Boolean) |
Namespace:
SD.Tools.Algorithmia.Graphs
Assembly:
SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0529)
Syntax protected GraphBase(
GraphBase<TVertex, TEdge> graph,
bool isDirected
)
Protected Sub New (
graph As GraphBase(Of TVertex, TEdge),
isDirected As Boolean
)
Parameters
- graph
- Type: SD.Tools.Algorithmia.GraphsGraphBaseTVertex, TEdge
The graph. - isDirected
- Type: SystemBoolean
if set to true, the graph is directed and only edges which have IsDirected set to true are allowed,
otherwise it's a non-directed graph and edges which have IsDirected set to false are accepted.
See Also