Click or drag to resize

BaseArbitraryLengthPathOperatorGetPathStarts 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.QuerySparqlEvaluationContext
Evaluation Context.
paths
Type: System.Collections.GenericListListINode
Paths.
reverse
Type: SystemBoolean
Whether to evaluate Paths in reverse.
See Also