Show / Hide Table of Contents

Class ZeroLengthPath

Represents a Zero Length Path in the SPARQL Algebra.

Inheritance
System.Object
BasePathOperator
ZeroLengthPath
Implements
IPathOperator
ISparqlAlgebra
IVisitable
IProcessable
Inherited Members
BasePathOperator.PathStart
BasePathOperator.PathEnd
BasePathOperator.Path
BasePathOperator.Variables
BasePathOperator.FixedVariables
BasePathOperator.FloatingVariables
BasePathOperator.ToQuery()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRdf.dll
Syntax
public class ZeroLengthPath : BasePathOperator, IPathOperator, ISparqlAlgebra, IVisitable, IProcessable

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

Accept<T>(ISparqlAlgebraVisitor<T>)

Declaration
public override T Accept<T>(ISparqlAlgebraVisitor<T> visitor)
Parameters
Type Name Description
ISparqlAlgebraVisitor<T> visitor
Returns
Type Description
T
Type Parameters
Name Description
T
Overrides
VDS.RDF.Query.Algebra.BasePathOperator.Accept<T>(VDS.RDF.Query.ISparqlAlgebraVisitor<T>)
| Improve this Doc View Source

Accept<TResult, TContext>(ISparqlQueryAlgebraProcessor<TResult, TContext>, TContext)

Declaration
public override TResult Accept<TResult, TContext>(ISparqlQueryAlgebraProcessor<TResult, TContext> processor, TContext context)
Parameters
Type Name Description
ISparqlQueryAlgebraProcessor<TResult, TContext> processor
TContext context
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
TContext
Overrides
VDS.RDF.Query.Algebra.BasePathOperator.Accept<TResult, TContext>(VDS.RDF.Query.ISparqlQueryAlgebraProcessor<TResult, TContext>, TContext)
| Improve this Doc View Source

AreBothTerms()

Return true if both the path start and the path end are fixed terms, or false if either start or end are a variable.

Declaration
public bool AreBothTerms()
Returns
Type Description
System.Boolean
| Improve this Doc View Source

AreSameTerms()

Return true of the path start and path end reference the same term, false otherwise.

Declaration
public bool AreSameTerms()
Returns
Type Description
System.Boolean
| 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
string
Overrides
BasePathOperator.ToString()

Implements

IPathOperator
ISparqlAlgebra
IVisitable
IProcessable

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ZeroLengthPath(PatternItem, PatternItem, ISparqlPath)
  • Methods
    • Accept<T>(ISparqlAlgebraVisitor<T>)
    • Accept<TResult, TContext>(ISparqlQueryAlgebraProcessor<TResult, TContext>, TContext)
    • AreBothTerms()
    • AreSameTerms()
    • ToGraphPattern()
    • ToString()
  • Implements
  • Extension Methods
Back to top Generated by DocFX