Show / Hide Table of Contents

Class PropertyPath

Represents an arbitrary property path in the algebra (only used when strict algebra is generated).
Inheritance
System.Object
BasePathOperator
PropertyPath
Implements
IPathOperator
ITerminalOperator
ISparqlAlgebra
Inherited Members
BasePathOperator.PathStart
BasePathOperator.PathEnd
BasePathOperator.Path
BasePathOperator.Variables
BasePathOperator.FixedVariables
BasePathOperator.FloatingVariables
BasePathOperator.ToQuery()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRDF.dll
Syntax
public class PropertyPath : BasePathOperator, IPathOperator, ITerminalOperator, ISparqlAlgebra

Constructors

| Improve this Doc View Source

PropertyPath(PatternItem, ISparqlPath, PatternItem)

Creates a new Property Path operator.
Declaration
public PropertyPath(PatternItem start, ISparqlPath path, PatternItem end)
Parameters
Type Name Description
PatternItem start Path Start.
ISparqlPath path Path Expression.
PatternItem end Path End.

Methods

| Improve this Doc View Source

Evaluate(SparqlEvaluationContext)

Evaluates the Path in the given context.
Declaration
public override BaseMultiset Evaluate(SparqlEvaluationContext context)
Parameters
Type Name Description
SparqlEvaluationContext context Evaluation Context.
Returns
Type Description
BaseMultiset
Overrides
BasePathOperator.Evaluate(SparqlEvaluationContext)
| Improve this Doc View Source

ToGraphPattern()

Converts the algebra back into a Graph Pattern.
Declaration
public override GraphPattern ToGraphPattern()
Returns
Type Description
GraphPattern
Overrides
BasePathOperator.ToGraphPattern()
| Improve this Doc View Source

ToString()

Gets the string representation of the algebra.
Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
BasePathOperator.ToString()

Implements

IPathOperator
ITerminalOperator
ISparqlAlgebra

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PropertyPath(PatternItem, ISparqlPath, PatternItem)
  • Methods
    • Evaluate(SparqlEvaluationContext)
    • ToGraphPattern()
    • ToString()
  • Implements
  • Extension Methods
Back to top Generated by DocFX