Click or drag to resize

GraphPattern Methods

The GraphPattern type exposes the following members.

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 methodInsertAssignment
Inserts an Assignment at a given position.
Public methodInsertFilter
Inserts a Filter at a given position.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOptimise
Optimises the Graph Pattern using the current global optimiser.
Public methodOptimise(IQueryOptimiser)
Optimises the Graph Pattern using the given optimiser.
Public methodOptimise(IQueryOptimiser, IEnumerableString)
Optimises the Graph Pattern using the given optimiser and with the given variables.
Public methodSwapTriplePatterns
Swaps the position of the two given Triple Patterns.
Public methodToAlgebra
Gets the Algebra representation of the Graph Pattern.
Public methodToString
Gets the String representation of the Graph Pattern.
(Overrides ObjectToString.)
Top
See Also