Interface for Virtual Nodes
For a list of all members of this type, see IVirtualNode(TNodeID,TGraphID) Members .
| Type | Description |
|---|---|
| BaseVirtualBlankNode(TNodeID,TGraphID) | Abstract Base implementation of a Virtual Blank Node |
| BaseVirtualGraphLiteralNode(TNodeID,TGraphID) | Abstract Base implementation of a Virtual Graph Literal Node |
| BaseVirtualLiteralNode(TNodeID,TGraphID) | Abstract Base implementation of a Virtual Literal Node |
| BaseVirtualNode(TNodeID,TGraphID) | Abstract Base implementation of a Virtual Node which is a Node that is represented only by some ID until such time as its value actually needs materialising |
| BaseVirtualUriNode(TNodeID,TGraphID) | Abstract Base implementation of a Virtual URI Node |
| BaseVirtualVariableNode(TNodeID,TGraphID) | Abstract Base implementation of a Virtual Variable Node |
| SimpleVirtualBlankNode | Simple implementation of a Virtual Blank Node where the virtual IDs are integers |
| SimpleVirtualGraphLiteralNode | Simple implementation of a Virtual Graph Literal Node where the virtual IDs are integers |
| SimpleVirtualLiteralNode | Simple implementation of a Virtual Literal Node where the virtual IDs are integers |
| SimpleVirtualUriNode | Simple implementation of a Virtual URI Node where the virtual IDs are integers |
| SimpleVirtualVariableNode | Simple implementation of a Virtual URI Node where the virtual IDs are integers |
Namespace: VDS.RDF.Storage.Virtualisation
Assembly: dotNetRDF (in dotNetRDF.dll)
IVirtualNode(TNodeID,TGraphID) Members | VDS.RDF.Storage.Virtualisation Namespace