Click or drag to resize

TriplePattern.Accepts 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.Query.SparqlEvaluationContext
Evaluation Context.
obj
Type: VDS.RDF.Triple
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

IMatchTriplePattern.Accepts(SparqlEvaluationContext, Triple)
See Also