Show / Hide Table of Contents

Class AbsFunction

Represents the SPARQL ABS() Function.

Inheritance
object
BaseUnaryExpression
AbsFunction
AbsFunction
Implements
ISparqlExpression
Inherited Members
AbsFunction.Accept<TResult, TContext, TBinding>(ISparqlExpressionProcessor<TResult, TContext, TBinding>, TContext, TBinding)
AbsFunction.Accept<T>(ISparqlExpressionVisitor<T>)
AbsFunction.Type
BaseUnaryExpression.InnerExpression
BaseUnaryExpression.Variables
BaseUnaryExpression.Arguments
BaseUnaryExpression.CanParallelise
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Expressions.Functions.Sparql.Numeric
Assembly: dotNetRdf.dll
Syntax
public class AbsFunction : AbsFunction, ISparqlExpression

Constructors

| Edit this page View Source

AbsFunction(ISparqlExpression)

Creates a new SPARQL ABS() Function.

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

Argument Expression.

Properties

| Edit this page View Source

Functor

Gets the Functor of this Expression.

Declaration
public override string Functor { get; }
Property Value
Type Description
string
Overrides
AbsFunction.Functor

Methods

| Edit this page View Source

ToString()

Gets the String representation of this Expression.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
AbsFunction.ToString()
| Edit this page View Source

Transform(IExpressionTransformer)

Transforms the Expression using the given Transformer.

Declaration
public override ISparqlExpression Transform(IExpressionTransformer transformer)
Parameters
Type Name Description
IExpressionTransformer transformer

Expression Transformer.

Returns
Type Description
ISparqlExpression
Overrides
AbsFunction.Transform(IExpressionTransformer)

Implements

ISparqlExpression

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • AbsFunction(ISparqlExpression)
  • Properties
    • Functor
  • Methods
    • ToString()
    • Transform(IExpressionTransformer)
  • Implements
  • Extension Methods
Back to top Generated by DocFX