Click or drag to resize

PathTransformContext Class

Transform Context class that is used in the Path to Algebra Transformation process.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Query.PathsPathTransformContext

Namespace:  VDS.RDF.Query.Paths
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class PathTransformContext

The PathTransformContext type exposes the following members.

Constructors
  NameDescription
Public methodPathTransformContext(PathTransformContext)
Creates a new Path Transform Context from an existing context.
Public methodPathTransformContext(PatternItem, PatternItem)
Creates a new Path Transform Context.
Top
Properties
  NameDescription
Public propertyEnd
Gets/Sets the Object at the end of the Pattern.
Public propertyNextID
Gets the Next ID to be used.
Public propertyObject
Gets/Sets the Object of the Triple Pattern at this point in the Path Transformation.
Public propertySubject
Gets/Sets the Subject of the Triple Pattern at this point in the Path Transformation.
Public propertyTop
Gets/Sets whether this is the Top Level Pattern.
Top
Methods
  NameDescription
Public methodAddTriplePattern
Adds a Triple Pattern to the Path Transform.
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 methodGetNextTemporaryVariable
Gets the next available temporary variable.
Public methodGetTriplePattern
Creates a Triple Pattern.
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 methodResetObject
Resets the current Object to be the end Object of the Path.
Public methodToAlgebra
Returns the BGP that the Path Transform produces.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also