Click or drag to resize

GraphDiffReport Properties

The GraphDiffReport type exposes the following members.

Properties
  NameDescription
Public propertyAddedMSGs
Gets the MSGs (Minimal Spanning Graphs i.e. sets of Triples sharing common Blank Nodes) that must be added to the 1st Graph to get the 2nd Graph.
Public propertyAddedTriples
Gets the Ground Triples (i.e. no Blank Nodes) that must be added to the 1st Graph to get the 2nd Graph.
Public propertyAreDifferentSizes
Gets whether the Graphs are different sizes, different sized graphs are by definition non-equal.
Public propertyAreEqual
Gets whether the Graphs were equal at the time the Diff was calculated.
Public propertyMapping
Provides the mapping from Blank Nodes in 1 Graph to Blank Nodes in another.
Public propertyRemovedMSGs
Gets the MSGs (Minimal Spanning Graphs i.e. sets of Triples sharing common Blank Nodes) that must be added to the 1st Graph to get the 2nd Graph.
Public propertyRemovedTriples
Gets the Ground Triples (i.e. no Blank Nodes) that must be removed from the 1st Graph to get the 2nd Graph.
Top
See Also