GraphDiffReport Properties |
The GraphDiffReport type exposes the following members.
| Name | Description | |
|---|---|---|
| AddedMSGs |
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.
| |
| AddedTriples |
Gets the Ground Triples (i.e. no Blank Nodes) that must be added to the 1st Graph to get the 2nd Graph.
| |
| AreDifferentSizes |
Gets whether the Graphs are different sizes, different sized graphs are by definition non-equal.
| |
| AreEqual |
Gets whether the Graphs were equal at the time the Diff was calculated.
| |
| Mapping |
Provides the mapping from Blank Nodes in 1 Graph to Blank Nodes in another.
| |
| RemovedMSGs |
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.
| |
| RemovedTriples |
Gets the Ground Triples (i.e. no Blank Nodes) that must be removed from the 1st Graph to get the 2nd Graph.
|