Class SimpleVirtualLiteralNode
Simple implementation of a Virtual Literal Node where the virtual IDs are integers.
Inheritance
SimpleVirtualLiteralNode
Implements
Inherited Members
Namespace: VDS.RDF.Storage.Virtualisation
Assembly: dotNetRdf.dll
Syntax
public class SimpleVirtualLiteralNode : BaseVirtualLiteralNode<int, int>, IVirtualNode<int, int>, IEquatable<IVirtualNode<int, int>>, IComparable<IVirtualNode<int, int>>, IVirtualIdComparable, IEquatable<BaseVirtualNode<int, int>>, IComparable<BaseVirtualNode<int, int>>, ICanCopy, ILiteralNode, IEquatable<BaseVirtualLiteralNode<int, int>>, IComparable<BaseVirtualLiteralNode<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<SimpleVirtualLiteralNode>, IComparable<SimpleVirtualLiteralNode>
Constructors
| Edit this page View SourceSimpleVirtualLiteralNode(IGraph, int, IVirtualRdfProvider<int, int>)
Creates a new Virtual Literal Node.
Declaration
public SimpleVirtualLiteralNode(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. |
SimpleVirtualLiteralNode(IGraph, int, IVirtualRdfProvider<int, int>, ILiteralNode)
Creates a new Virtual Literal Node.
Declaration
public SimpleVirtualLiteralNode(IGraph g, int id, IVirtualRdfProvider<int, int> provider, ILiteralNode value)
Parameters
| Type | Name | Description |
|---|---|---|
| IGraph | g | Graph the Node belongs to. |
| int | id | Virtual ID. |
| IVirtualRdfProvider<int, int> | provider | Virtual RDF Provider. |
| ILiteralNode | value | Materialised Value. |
Methods
| Edit this page View SourceCompareTo(SimpleVirtualLiteralNode)
Compares this Node to another virtual Literal node.
Declaration
public int CompareTo(SimpleVirtualLiteralNode other)
Parameters
| Type | Name | Description |
|---|---|---|
| SimpleVirtualLiteralNode | other | Other Literal 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 including the materialised value if present.
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(SimpleVirtualLiteralNode)
Determines whether this Node is equal to another virtual Literal node.
Declaration
public bool Equals(SimpleVirtualLiteralNode other)
Parameters
| Type | Name | Description |
|---|---|---|
| SimpleVirtualLiteralNode | other | Other Literal Node. |
Returns
| Type | Description |
|---|---|
| bool |