Show / Hide Table of Contents

Class MinimalSpanningGraph

Computes the merge of the Minimal Spanning Graphs for all the Values resulting from the Query.
Inheritance
System.Object
BaseDescribeAlgorithm
MinimalSpanningGraph
Implements
ISparqlDescribe
Inherited Members
BaseDescribeAlgorithm.Describe(SparqlEvaluationContext)
BaseDescribeAlgorithm.Describe(IRdfHandler, SparqlEvaluationContext)
BaseDescribeAlgorithm.RewriteDescribeBNodes(Triple, Dictionary<String, INode>, INodeFactory)
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)
System.Object.ToString()
Namespace: VDS.RDF.Query.Describe
Assembly: dotNetRDF.dll
Syntax
public class MinimalSpanningGraph : BaseDescribeAlgorithm, ISparqlDescribe

Methods

| Improve this Doc View Source

DescribeInternal(IRdfHandler, SparqlEvaluationContext, IEnumerable<INode>)

Generates the Description for each of the Nodes to be described.
Declaration
protected override void DescribeInternal(IRdfHandler handler, SparqlEvaluationContext context, IEnumerable<INode> nodes)
Parameters
Type Name Description
IRdfHandler handler RDF Handler.
SparqlEvaluationContext context SPARQL Evaluation Context.
System.Collections.Generic.IEnumerable<INode> nodes Nodes to be described.
Overrides
BaseDescribeAlgorithm.DescribeInternal(IRdfHandler, SparqlEvaluationContext, IEnumerable<INode>)

Implements

ISparqlDescribe

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Methods
    • DescribeInternal(IRdfHandler, SparqlEvaluationContext, IEnumerable<INode>)
  • Implements
  • Extension Methods
Back to top Generated by DocFX