SparqlOperators Class |
Namespace: VDS.RDF.Query.Operators
The SparqlOperators type exposes the following members.
| Name | Description | |
|---|---|---|
| AddOperator |
Registers a new operator.
| |
| GetOperators |
Gets all registered Operators.
| |
| GetOperators(SparqlOperatorType) |
Gets all registered operators for the given Operator Type.
| |
| IsRegistered |
Returns whether the given operator is registered.
| |
| RemoveOperator |
Removes the registration of an operator by instance reference.
| |
| RemoveOperatorByType |
Removes the registration of an operator by instance type of the operator.
| |
| Reset |
Resets Operator registry to default state.
| |
| TryGetOperator |
Tries to return the operator which applies for the given inputs.
|