Click or drag to resize

ISparqlOperator Interface

Interface which represents an operator in SPARQL e.g. +.

Namespace:  VDS.RDF.Query.Operators
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface ISparqlOperator

The ISparqlOperator type exposes the following members.

Properties
  NameDescription
Public propertyOperator
Gets the Operator this is an implementation of.
Top
Methods
  NameDescription
Public methodApply
Applies the operator to the given inputs.
Public methodIsApplicable
Gets whether the operator can be applied to the given inputs.
Top
See Also