Click or drag to resize

GraphDiffComputeMSGs 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.RDFIGraph
Graph.
unassigned
Type: System.Collections.GenericHashSetTriple
Triples that need assigning to MSGs.
msgs
Type: System.Collections.GenericListIGraph
MSGs list to populate.
See Also