Click or drag to resize

BaseTriplePattern.Evaluate Method

Evaluates the Triple Pattern in the given Evaluation Context.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract void Evaluate(
	SparqlEvaluationContext context
)

Parameters

context
Type: VDS.RDF.Query.SparqlEvaluationContext
Evaluation Context.

Implements

ITriplePattern.Evaluate(SparqlEvaluationContext)
See Also