GraphBaseTVertex, TEdge Constructor (Boolean) |
Namespace: SD.Tools.Algorithmia.GraphsAssembly: SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.2.0.0 (1.2.14.1118)
Syntax protected GraphBase(
bool isDirected
)
Protected Sub New (
isDirected As Boolean
)
Parameters
- 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