Interface for nodes that know for themseves how to create a copy of themselves to a different graph.
Namespace:
VDS.RDF.Storage.Virtualisation
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public interface ICanCopy
Public Interface ICanCopy
The ICanCopy type exposes the following members.
Methods
| Name | Description |
---|
| CopyNode |
Copies the Node into another Graph, currently only used by virtual nodes.
|
TopRemarks
Especially virtual nodes need to copy themselves during query algebra processing,
because the standard copy tools might destroy their virtual state by duplicating it's virtualized
values. In consequence all indices in the various triple stores fail to match such value-copied nodes.
See Also