Click or drag to resize

ICanCopy Interface

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

The ICanCopy type exposes the following members.

Methods
  NameDescription
Public methodCopyNode
Copies the Node into another Graph, currently only used by virtual nodes.
Top
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.
See Also