Show / Hide Table of Contents

Interface IBgp

Represents an Algebra construct which is a BGP.

Inherited Members
ISparqlAlgebra.Variables
ISparqlAlgebra.FloatingVariables
ISparqlAlgebra.FixedVariables
ISparqlAlgebra.ToQuery()
ISparqlAlgebra.ToGraphPattern()
IVisitable.Accept<T>(ISparqlAlgebraVisitor<T>)
IProcessable.Accept<TResult, TContext>(ISparqlQueryAlgebraProcessor<TResult, TContext>, TContext)
Namespace: VDS.RDF.Query.Algebra
Assembly: dotNetRdf.dll
Syntax
public interface IBgp : ITerminalOperator, ISparqlAlgebra, IVisitable, IProcessable

Properties

| Edit this page View Source

PatternCount

Gets the Number of Patterns in the BGP.

Declaration
int PatternCount { get; }
Property Value
Type Description
int
| Edit this page View Source

TriplePatterns

Gets the Triple Patterns in the BGP.

Declaration
IReadOnlyList<ITriplePattern> TriplePatterns { get; }
Property Value
Type Description
IReadOnlyList<ITriplePattern>

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • PatternCount
    • TriplePatterns
  • Extension Methods
Back to top Generated by DocFX