Click or drag to resize

BaseOperator.IsApplicable Method

Gets whether the operator can be applied to the given inputs.

Namespace:  VDS.RDF.Query.Operators
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract bool IsApplicable(
	params IValuedNode[] ns
)

Parameters

ns
Type:VDS.RDF.Nodes.IValuedNode[]
Inputs.

Return Value

Type: Boolean
True if applicable to the given inputs.

Implements

ISparqlOperator.IsApplicable(IValuedNode[])
See Also