Click or drag to resize

BaseBinaryExpression Class

Abstract base class for Binary Expressions.
Inheritance Hierarchy
System.Object
  VDS.RDF.Query.Expressions.BaseBinaryExpression
    More...

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

The BaseBinaryExpression type exposes the following members.

Constructors
  NameDescription
Public methodBaseBinaryExpression
Creates a new Base Binary 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 Object.ToString().)
Public methodTransform
Transforms the arguments of the expression using the given transformer.
Top
Fields
  NameDescription
Protected field_leftExpr
The sub-expressions of this Expression.
Protected field_rightExpr
The sub-expressions of this Expression.
Top
See Also
Inheritance Hierarchy
System.Object
  VDS.RDF.Query.Expressions.BaseBinaryExpression
    VDS.RDF.Query.Expressions.Arithmetic.AdditionExpression
    VDS.RDF.Query.Expressions.Arithmetic.DivisionExpression
    VDS.RDF.Query.Expressions.Arithmetic.MultiplicationExpression
    VDS.RDF.Query.Expressions.Arithmetic.SubtractionExpression
    VDS.RDF.Query.Expressions.Comparison.EqualsExpression
    VDS.RDF.Query.Expressions.Comparison.GreaterThanExpression
    VDS.RDF.Query.Expressions.Comparison.GreaterThanOrEqualToExpression
    VDS.RDF.Query.Expressions.Comparison.LessThanExpression
    VDS.RDF.Query.Expressions.Comparison.LessThanOrEqualToExpression
    VDS.RDF.Query.Expressions.Comparison.NotEqualsExpression
    VDS.RDF.Query.Expressions.Conditional.AndExpression
    VDS.RDF.Query.Expressions.Conditional.OrExpression
    VDS.RDF.Query.Expressions.Functions.Arq.MaxFunction
    VDS.RDF.Query.Expressions.Functions.Arq.MinFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.Numeric.LogFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.Numeric.PowerFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.Numeric.PythagoreanDistanceFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.Numeric.RandomFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.Numeric.RootFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.Boolean.LangMatchesFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.Boolean.SameTermFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.Constructor.StrDtFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.Constructor.StrLangFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.String.BaseBinaryStringFunction