Show / Hide Table of Contents

Class ZeroLengthPath

Represents a Zero Length Path in the SPARQL Algebra.
Inheritance
System.Object
BasePathOperator
ZeroLengthPath
Implements
IPathOperator
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 ZeroLengthPath : BasePathOperator, IPathOperator, ISparqlAlgebra

Constructors

| Improve this Doc View Source

ZeroLengthPath(PatternItem, PatternItem, ISparqlPath)

Creates a new Zero Length Path.
Declaration
public ZeroLengthPath(PatternItem start, PatternItem end, ISparqlPath path)
Parameters
Type Name Description
PatternItem start Path Start.
PatternItem end Path End.
ISparqlPath path Property Path.

Methods

| Improve this Doc View Source

Evaluate(SparqlEvaluationContext)

Evaluates a Zero Length Path.
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()

Transforms 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
ISparqlAlgebra

Extension Methods

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