PotentialPath Constructor (INode, INode) |
Creates a new Potential Path.
Namespace:
VDS.RDF.Query.Paths
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public PotentialPath(
INode start,
INode current
)
Public Sub New (
start As INode,
current As INode
)
Parameters
- start
- Type: VDS.RDFINode
Start Point of the Path. - current
- Type: VDS.RDFINode
Current Point on the Path.
See Also