PathEvaluationContext Properties |
The PathEvaluationContext type exposes the following members.
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.
|