Click or drag to resize

PathEvaluationContext Properties

The PathEvaluationContext type exposes the following members.

Properties
  NameDescription
Public propertyCanAbortEarly
Gets whether pattern evaluation can be aborted early.
Public propertyCompletePaths
Gets the hash set of complete paths generated so far.
Public propertyIsFirst
Gets/Sets whether this is the first part of the Path to be evaluated.
Public propertyIsLast
Gets/Sets whether this is the last part of the Path to be evaluated.
Public propertyIsReversed
Gets/Sets whether the Path is currently reversed.
Public propertyPathEnd
Gets the pattern which is the end of the path.
Public propertyPaths
Gets the hash set of incomplete paths generated so far.
Public propertyPathStart
Gets the pattern which is the start of the path.
Public propertyPermitsNewPaths
Gets/Sets whether new paths can be introduced when not evaluating the first part of the path.
Public propertySparqlContext
Gets the SPARQL Evaluation Context.
Top
See Also