Class SimpleVirtualBlankNode
Simple implementation of a Virtual Blank Node where the virtual IDs are integers.
Implements
Inherited Members
Namespace: VDS.RDF.Storage.Virtualisation
Assembly: dotNetRdf.dll
Syntax
public class SimpleVirtualBlankNode : BaseVirtualBlankNode<int, int>, IVirtualNode<int, int>, IEquatable<IVirtualNode<int, int>>, IComparable<IVirtualNode<int, int>>, IVirtualIdComparable, IEquatable<BaseVirtualNode<int, int>>, IComparable<BaseVirtualNode<int, int>>, ICanCopy, IBlankNode, IRefNode, IEquatable<BaseVirtualBlankNode<int, int>>, IComparable<BaseVirtualBlankNode<int, int>>, IValuedNode, INode, IComparable<INode>, IComparable<IBlankNode>, IComparable<IGraphLiteralNode>, IComparable<ILiteralNode>, IComparable<IUriNode>, IComparable<IVariableNode>, IComparable<IRefNode>, IComparable<ITripleNode>, IEquatable<INode>, IEquatable<IBlankNode>, IEquatable<IGraphLiteralNode>, IEquatable<ILiteralNode>, IEquatable<IUriNode>, IEquatable<IVariableNode>, IEquatable<IRefNode>, IEquatable<ITripleNode>, IEquatable<SimpleVirtualBlankNode>, IComparable<SimpleVirtualBlankNode>
  Constructors
| Edit this page View SourceSimpleVirtualBlankNode(IGraph, int, IVirtualRdfProvider<int, int>)
Creates a new Virtual Blank Node.
Declaration
public SimpleVirtualBlankNode(IGraph g, int id, IVirtualRdfProvider<int, int> provider)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IGraph | g | Graph the Node belongs to.  | 
      
| int | id | Virtual ID.  | 
      
| IVirtualRdfProvider<int, int> | provider | Virtual RDF Provider.  | 
      
SimpleVirtualBlankNode(IGraph, int, IVirtualRdfProvider<int, int>, IBlankNode)
Creates a new Virtual Blank Node.
Declaration
public SimpleVirtualBlankNode(IGraph g, int id, IVirtualRdfProvider<int, int> provider, IBlankNode value)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IGraph | g | Graph the Node belongs to.  | 
      
| int | id | Virtual ID.  | 
      
| IVirtualRdfProvider<int, int> | provider | Virtual RDF Provider.  | 
      
| IBlankNode | value | Materialised Value.  | 
      
Methods
| Edit this page View SourceCompareTo(SimpleVirtualBlankNode)
Compares this Node to another virtual Blank node.
Declaration
public int CompareTo(SimpleVirtualBlankNode other)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SimpleVirtualBlankNode | other | Other Blank Node.  | 
      
Returns
| Type | Description | 
|---|---|
| int | 
CompareVirtualId(int)
Method to be implemented in derived classes to provide comparison of VirtualId values.
Declaration
public override int CompareVirtualId(int other)
  Parameters
| Type | Name | Description | 
|---|---|---|
| int | other | The other virtual ID value to be compared with this node's virtual ID value.  | 
      
Returns
| Type | Description | 
|---|---|
| int | The comparison result.  | 
      
Overrides
| Edit this page View SourceCopyNode(IGraph)
Copies the Node to another Graph.
Declaration
public override INode CopyNode(IGraph target)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IGraph | target | Target Graph.  | 
      
Returns
| Type | Description | 
|---|---|
| INode | 
Overrides
| Edit this page View SourceEquals(SimpleVirtualBlankNode)
Determines whether this Node is equal to another virtual Blank node.
Declaration
public bool Equals(SimpleVirtualBlankNode other)
  Parameters
| Type | Name | Description | 
|---|---|---|
| SimpleVirtualBlankNode | other | Other Blank Node.  | 
      
Returns
| Type | Description | 
|---|---|
| bool |