Click or drag to resize

TriplePatternAccepts Method

Gets whether a given Triple is accepted by this Pattern in the given Context.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool Accepts(
	SparqlEvaluationContext context,
	Triple obj
)

Parameters

context
Type: VDS.RDF.QuerySparqlEvaluationContext
Evaluation Context.
obj
Type: VDS.RDFTriple
Triple to test.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Patterns.TriplePattern.Accepts(VDS.RDF.Query.SparqlEvaluationContext,VDS.RDF.Triple)"]

Implements

IMatchTriplePatternAccepts(SparqlEvaluationContext, Triple)
See Also