Click or drag to resize

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
)

Parameters

start
Type: VDS.RDFINode
Start Point of the Path.
current
Type: VDS.RDFINode
Current Point on the Path.
See Also