GraphDiffReport Class |
Namespace: VDS.RDF
The GraphDiffReport type exposes the following members.
Name | Description | |
---|---|---|
GraphDiffReport | Initializes a new instance of the GraphDiffReport class |
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AsUpdate |
Converts a diff to an equivalent SPARQL Update INSERT/DELETE command.
(Defined by GraphDiffReportExtensions.) |
The Diff represents the Difference between the 2 Graphs at the time the Difference was calculated - if the Graphs subsequently change then the Diff must be recalculated.