Class MinimalSpanningGraph
Computes the merge of the Minimal Spanning Graphs for all the Values resulting from the Query.
Implements
Inherited Members
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 SourceDescribeInternal(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. |