Click or drag to resize

BaseUnaryExpression Class

Abstract base class for Unary Expressions.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.ExpressionsBaseUnaryExpression
    More...

Namespace:  VDS.RDF.Query.Expressions
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract class BaseUnaryExpression : ISparqlExpression

The BaseUnaryExpression type exposes the following members.

Constructors
  NameDescription
Public methodBaseUnaryExpression
Creates a new Base Unary Expression.
Top
Properties
  NameDescription
Public propertyArguments
Gets the Arguments of the Expression.
Public propertyCanParallelise
Gets whether an expression can safely be evaluated in parallel.
Public propertyFunctor
Gets the Functor of the Expression.
Public propertyType
Gets the Type of the Expression.
Public propertyVariables
Gets an enumeration of all the Variables used in this expression.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvaluate
Evaluates the expression.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Gets the String representation of the Expression.
(Overrides ObjectToString.)
Public methodTransform
Transforms the arguments of the expression using the given transformer.
Top
Fields
  NameDescription
Protected field_expr
The sub-expression of this Expression.
Top
See Also
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.ExpressionsBaseUnaryExpression
    VDS.RDF.Query.Expressions.ArithmeticMinusExpression
    VDS.RDF.Query.Expressions.ConditionalNotExpression
    VDS.RDF.Query.Expressions.Functions.ArqBNodeFunction
    VDS.RDF.Query.Expressions.Functions.ArqLocalNameFunction
    VDS.RDF.Query.Expressions.Functions.ArqNamespaceFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.NumericCubeFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.NumericEFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.NumericFactorialFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.NumericLeviathanNaturalLogFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.NumericReciprocalFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.NumericSquareFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.NumericSquareRootFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.NumericTenFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.Numeric.TrigonometryBaseTrigonometricFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.Numeric.TrigonometryDegreesToRadiansFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.Numeric.TrigonometryRadiansToDegreesFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.BooleanBoundFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.BooleanIsBlankFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.BooleanIsIriFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.BooleanIsLiteralFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.BooleanIsNumericFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.ConstructorBNodeFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.ConstructorIriFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.DateTimeTZFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.HashBaseHashFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.StringDataTypeFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.StringLangFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.StringStrFunction
    VDS.RDF.Query.Expressions.Functions.XPathBooleanFunction
    VDS.RDF.Query.Expressions.Functions.XPath.DateTimeBaseUnaryDateTimeFunction
    VDS.RDF.Query.Expressions.Functions.XPath.NumericAbsFunction
    VDS.RDF.Query.Expressions.Functions.XPath.NumericCeilingFunction
    VDS.RDF.Query.Expressions.Functions.XPath.NumericFloorFunction
    VDS.RDF.Query.Expressions.Functions.XPath.NumericRoundFunction
    VDS.RDF.Query.Expressions.Functions.XPath.NumericRoundHalfToEvenFunction
    VDS.RDF.Query.Expressions.PrimaryAggregateTerm