GraphPattern Methods | 
The GraphPattern type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| InsertAssignment | 
            Inserts an Assignment at a given position.
              | |
| InsertFilter | 
            Inserts a Filter at a given position.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| Optimise | 
            Optimises the Graph Pattern using the current global optimiser.
              | |
| Optimise(IQueryOptimiser) | 
            Optimises the Graph Pattern using the given optimiser.
              | |
| Optimise(IQueryOptimiser, IEnumerableString) | 
            Optimises the Graph Pattern using the given optimiser and with the given variables.
              | |
| SwapTriplePatterns | 
            Swaps the position of the two given Triple Patterns.
              | |
| ToAlgebra | 
            Gets the Algebra representation of the Graph Pattern.
              | |
| ToString | 
            Gets the String representation of the Graph Pattern.
              (Overrides ObjectToString.) |