BaseArbitraryLengthPathOperator.EvaluateStep Method |
Evaluates a setp of the Path.
Namespace:
VDS.RDF.Query.Algebra
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected List<INode> EvaluateStep(
SparqlEvaluationContext context,
List<INode> path,
bool reverse
)
Protected Function EvaluateStep (
context As SparqlEvaluationContext,
path As List(Of INode),
reverse As Boolean
) As List(Of INode)
Parameters
- context
- Type: VDS.RDF.Query.SparqlEvaluationContext
Context. - path
- Type: System.Collections.Generic.List<INode>
Paths. - reverse
- Type: System.Boolean
Whether to evaluate Paths in reverse.
Return Value
Type:
List<INode>[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