Show / Hide Table of Contents

Interface IPathOperator

Interface for Property Path Operators.
Inherited Members
ISparqlAlgebra.Evaluate(SparqlEvaluationContext)
ISparqlAlgebra.Variables
ISparqlAlgebra.FloatingVariables
ISparqlAlgebra.FixedVariables
ISparqlAlgebra.ToQuery()
ISparqlAlgebra.ToGraphPattern()
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRDF.dll
Syntax
public interface IPathOperator : ISparqlAlgebra

Properties

| Improve this Doc View Source

Path

Gets the Property Path.
Declaration
ISparqlPath Path { get; }
Property Value
Type Description
ISparqlPath
| Improve this Doc View Source

PathEnd

Gets the Path End.
Declaration
PatternItem PathEnd { get; }
Property Value
Type Description
PatternItem
| Improve this Doc View Source

PathStart

Gets the Path Start.
Declaration
PatternItem PathStart { get; }
Property Value
Type Description
PatternItem

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Path
    • PathEnd
    • PathStart
  • Extension Methods
Back to top Generated by DocFX