Interface IPathOperator
Interface for Property Path Operators.
Inherited Members
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRDF.dll
Syntax
public interface IPathOperator : ISparqlAlgebra
Properties
| Improve this Doc View SourcePath
Gets the Property Path.
Declaration
ISparqlPath Path { get; }
Property Value
Type | Description |
---|---|
ISparqlPath |
PathEnd
Gets the Path End.
Declaration
PatternItem PathEnd { get; }
Property Value
Type | Description |
---|---|
PatternItem |
PathStart
Gets the Path Start.
Declaration
PatternItem PathStart { get; }
Property Value
Type | Description |
---|---|
PatternItem |