Show / Hide Table of Contents

Class UnaryExpressionFilter

Generic Filter for Filters which take a single sub-expression as an argument.

Inheritance
System.Object
BaseUnaryFilter
UnaryExpressionFilter
Implements
ISparqlFilter
IVisitable
IProcessable
Inherited Members
BaseUnaryFilter._arg
BaseUnaryFilter.Variables
BaseUnaryFilter.Expression
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Filters
Assembly: dotNetRdf.dll
Syntax
public class UnaryExpressionFilter : BaseUnaryFilter, ISparqlFilter, IVisitable, IProcessable

Constructors

| Improve this Doc View Source

UnaryExpressionFilter(ISparqlExpression)

Creates a new Unary Expression Filter which filters on the basis of a single sub-expression.

Declaration
public UnaryExpressionFilter(ISparqlExpression expr)
Parameters
Type Name Description
ISparqlExpression expr

Expression to filter with.

Methods

| Improve this Doc View Source

Accept<T>(ISparqlAlgebraVisitor<T>)

Declaration
public override T Accept<T>(ISparqlAlgebraVisitor<T> visitor)
Parameters
Type Name Description
ISparqlAlgebraVisitor<T> visitor
Returns
Type Description
T
Type Parameters
Name Description
T
Overrides
VDS.RDF.Query.Filters.BaseUnaryFilter.Accept<T>(VDS.RDF.Query.ISparqlAlgebraVisitor<T>)
| Improve this Doc View Source

Accept<TResult, TContext>(ISparqlQueryAlgebraProcessor<TResult, TContext>, TContext)

Declaration
public override TResult Accept<TResult, TContext>(ISparqlQueryAlgebraProcessor<TResult, TContext> processor, TContext context)
Parameters
Type Name Description
ISparqlQueryAlgebraProcessor<TResult, TContext> processor
TContext context
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
TContext
Overrides
VDS.RDF.Query.Filters.BaseUnaryFilter.Accept<TResult, TContext>(VDS.RDF.Query.ISparqlQueryAlgebraProcessor<TResult, TContext>, TContext)
| Improve this Doc View Source

ToString()

Gets the String representation of the Filter.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
BaseUnaryFilter.ToString()

Implements

ISparqlFilter
IVisitable
IProcessable

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • UnaryExpressionFilter(ISparqlExpression)
  • Methods
    • Accept<T>(ISparqlAlgebraVisitor<T>)
    • Accept<TResult, TContext>(ISparqlQueryAlgebraProcessor<TResult, TContext>, TContext)
    • ToString()
  • Implements
  • Extension Methods
Back to top Generated by DocFX