Show / Hide Table of Contents

Class SequencePath

Represents a standard forwards path.

Inheritance
object
BaseBinaryPath
SequencePath
Implements
ISparqlPath
Inherited Members
BaseBinaryPath._lhs
BaseBinaryPath._rhs
BaseBinaryPath.LhsPath
BaseBinaryPath.RhsPath
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: VDS.RDF.Query.Paths
Assembly: dotNetRdf.dll
Syntax
public class SequencePath : BaseBinaryPath, ISparqlPath

Constructors

| Edit this page View Source

SequencePath(ISparqlPath, ISparqlPath)

Creates a new Sequence Path.

Declaration
public SequencePath(ISparqlPath lhs, ISparqlPath rhs)
Parameters
Type Name Description
ISparqlPath lhs

LHS Path.

ISparqlPath rhs

RHS Path.

Methods

| Edit this page View Source

ToAlgebra(PathTransformContext)

Converts a Path into its Algebra Form.

Declaration
public override ISparqlAlgebra ToAlgebra(PathTransformContext context)
Parameters
Type Name Description
PathTransformContext context

Path Transformation Context.

Returns
Type Description
ISparqlAlgebra
Overrides
BaseBinaryPath.ToAlgebra(PathTransformContext)
| Edit this page View Source

ToString()

Gets the String representation of the Path.

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
BaseBinaryPath.ToString()

Implements

ISparqlPath

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • SequencePath(ISparqlPath, ISparqlPath)
  • Methods
    • ToAlgebra(PathTransformContext)
    • ToString()
  • Implements
  • Extension Methods
Back to top Generated by DocFX