Click or drag to resize

BaseBinaryExpression Class

Abstract base class for Binary Expressions.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.ExpressionsBaseBinaryExpression
    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 ObjectToString.)
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
SystemObject
  VDS.RDF.Query.ExpressionsBaseBinaryExpression
    VDS.RDF.Query.Expressions.ArithmeticAdditionExpression
    VDS.RDF.Query.Expressions.ArithmeticDivisionExpression
    VDS.RDF.Query.Expressions.ArithmeticMultiplicationExpression
    VDS.RDF.Query.Expressions.ArithmeticSubtractionExpression
    VDS.RDF.Query.Expressions.ComparisonEqualsExpression
    VDS.RDF.Query.Expressions.ComparisonGreaterThanExpression
    VDS.RDF.Query.Expressions.ComparisonGreaterThanOrEqualToExpression
    VDS.RDF.Query.Expressions.ComparisonLessThanExpression
    VDS.RDF.Query.Expressions.ComparisonLessThanOrEqualToExpression
    VDS.RDF.Query.Expressions.ComparisonNotEqualsExpression
    VDS.RDF.Query.Expressions.ConditionalAndExpression
    VDS.RDF.Query.Expressions.ConditionalOrExpression
    VDS.RDF.Query.Expressions.Functions.ArqMaxFunction
    VDS.RDF.Query.Expressions.Functions.ArqMinFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.NumericLogFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.NumericPowerFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.NumericPythagoreanDistanceFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.NumericRandomFunction
    VDS.RDF.Query.Expressions.Functions.Leviathan.NumericRootFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.BooleanLangMatchesFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.BooleanSameTermFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.ConstructorStrDtFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.ConstructorStrLangFunction
    VDS.RDF.Query.Expressions.Functions.Sparql.StringBaseBinaryStringFunction