Click or drag to resize

BaseArbitraryLengthPathOperatorEvaluateStep Method

Evaluates a setp of the Path.

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

Parameters

context
Type: VDS.RDF.QuerySparqlEvaluationContext
Context.
path
Type: System.Collections.GenericListINode
Paths.
reverse
Type: SystemBoolean
Whether to evaluate Paths in reverse.

Return Value

Type: ListINode

[Missing <returns> documentation for "M:VDS.RDF.Query.Algebra.BaseArbitraryLengthPathOperator.EvaluateStep(VDS.RDF.Query.SparqlEvaluationContext,System.Collections.Generic.List{VDS.RDF.INode},System.Boolean)"]

See Also