PathEvaluationContext Class |
Namespace: VDS.RDF.Query.Paths
The PathEvaluationContext type exposes the following members.
Name | Description | |
---|---|---|
PathEvaluationContext(PathEvaluationContext) |
Creates a new Path Evaluation Context copied from the given Context.
| |
PathEvaluationContext(SparqlEvaluationContext, PatternItem, PatternItem) |
Creates a new Path Evaluation Context.
|
Name | Description | |
---|---|---|
CanAbortEarly |
Gets whether pattern evaluation can be aborted early.
| |
CompletePaths |
Gets the hash set of complete paths generated so far.
| |
IsFirst |
Gets/Sets whether this is the first part of the Path to be evaluated.
| |
IsLast |
Gets/Sets whether this is the last part of the Path to be evaluated.
| |
IsReversed |
Gets/Sets whether the Path is currently reversed.
| |
PathEnd |
Gets the pattern which is the end of the path.
| |
Paths |
Gets the hash set of incomplete paths generated so far.
| |
PathStart |
Gets the pattern which is the start of the path.
| |
PermitsNewPaths |
Gets/Sets whether new paths can be introduced when not evaluating the first part of the path.
| |
SparqlContext |
Gets the SPARQL Evaluation Context.
|
Name | Description | |
---|---|---|
AddCompletePath |
Adds a new path to the list of complete paths.
| |
AddPath |
Adds a new path to the list of current incomplete paths.
| |
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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |