Click or drag to resize

BaseArbitraryLengthPathOperator.GetPathStarts Method

Determines the starting points for Path evaluation.

Namespace:  VDS.RDF.Query.Algebra
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected void GetPathStarts(
	SparqlEvaluationContext context,
	List<List<INode>> paths,
	bool reverse
)

Parameters

context
Type: VDS.RDF.Query.SparqlEvaluationContext
Evaluation Context.
paths
Type: System.Collections.Generic.List<List<INode>>
Paths.
reverse
Type: System.Boolean
Whether to evaluate Paths in reverse.
See Also