Interface ICanCopy
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.dll
Syntax
public interface ICanCopy
Remarks
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.
Methods
| Improve this Doc View SourceCopyNode(IGraph)
Copies the Node into another Graph, currently only used by virtual nodes.
Declaration
INode CopyNode(IGraph target)
Parameters
Type | Name | Description |
---|---|---|
IGraph | target | Target Graph. |
Returns
Type | Description |
---|---|
INode |