Click or drag to resize

GraphDiff.ComputeMSGs Method

Computes MSGs for a Graph.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static void ComputeMSGs(
	IGraph g,
	HashSet<Triple> unassigned,
	List<IGraph> msgs
)

Parameters

g
Type: VDS.RDF.IGraph
Graph.
unassigned
Type: System.Collections.Generic.HashSet<Triple>
Triples that need assigning to MSGs.
msgs
Type: System.Collections.Generic.List<IGraph>
MSGs list to populate.
See Also