Click or drag to resize

BaseAlgebraOptimiser Class

Abstract Base Class for Algebra Transformers where the Transformer may care about the depth of the Algebra in the Algebra Tree.
Inheritance Hierarchy

Namespace:  VDS.RDF.Query.Optimisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public abstract class BaseAlgebraOptimiser : IAlgebraOptimiser

The BaseAlgebraOptimiser type exposes the following members.

Constructors
  NameDescription
Protected methodBaseAlgebraOptimiser
Initializes a new instance of the BaseAlgebraOptimiser class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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.)
Public methodIsApplicable(SparqlQuery)
Determines whether the Optimiser can be applied to a given Query.
Public methodIsApplicable(SparqlUpdateCommandSet)
Determines whether the Optimiser can be applied to a given Update Command Set.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOptimise
Attempts to optimise an Algebra to another more optimal form.
Protected methodOptimiseInternal
Transforms the Algebra to another form tracking the depth in the Algebra tree.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also