Show / Hide Table of Contents

Class SequencePath

Represents a standard forwards path.
Inheritance
System.Object
BaseBinaryPath
SequencePath
Implements
ISparqlPath
Inherited Members
BaseBinaryPath._lhs
BaseBinaryPath._rhs
BaseBinaryPath.LhsPath
BaseBinaryPath.RhsPath
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.Paths
Assembly: dotNetRDF.dll
Syntax
public class SequencePath : BaseBinaryPath, ISparqlPath

Constructors

| Improve this Doc 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

| Improve this Doc 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)
| Improve this Doc View Source

ToString()

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

Implements

ISparqlPath

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SequencePath(ISparqlPath, ISparqlPath)
  • Methods
    • ToAlgebra(PathTransformContext)
    • ToString()
  • Implements
  • Extension Methods
Back to top Generated by DocFX