Click or drag to resize

SimpleVirtualVariableNode Class

Simple implementation of a Virtual URI Node where the virtual IDs are integers.
Inheritance Hierarchy
System.Object
  VDS.RDF.Storage.Virtualisation.BaseVirtualNode<Int32, Int32>
    VDS.RDF.Storage.Virtualisation.BaseVirtualVariableNode<Int32, Int32>
      VDS.RDF.Storage.Virtualisation.SimpleVirtualVariableNode

Namespace:  VDS.RDF.Storage.Virtualisation
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public class SimpleVirtualVariableNode : BaseVirtualVariableNode<int, int>, 
	IEquatable<SimpleVirtualVariableNode>, IComparable<SimpleVirtualVariableNode>

The SimpleVirtualVariableNode type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEffectiveType
Gets the URI of the datatype this valued node represents as a String.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public propertyGraph
Gets the Graph the Node belongs to.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public propertyGraphUri
Gets/Sets the Graph URI of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public propertyIsMaterialised
Gets whether the Nodes value has been materialised.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public propertyMaterialisedValue
Gets the materialised value of the Node forcing it to be materialised if it hasn't already.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public propertyNodeType
Gets the Type of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public propertyNumericType
Gets the numeric type of the node.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public propertyProvider
Gets the Virtual RDF Provider of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public propertyVariableName
Gets the Variable Name.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public propertyVirtualID
Gets the Virtual ID of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Top
Methods
  NameDescription
Public methodAsBoolean
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodAsDateTime
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodAsDateTimeOffset
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodAsDecimal
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodAsDouble
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodAsFloat
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodAsInteger
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodAsString
Throws an error as variables nodes cannot be cast to types.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodAsTimeSpan
Throws an error as variables cannot be cast to a time span.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodCompareTo(BaseVirtualNode<TNodeID, TGraphID>)
Compares this Node to another Virtual Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodCompareTo(BaseVirtualVariableNode<TNodeID, TGraphID>)
Compares this Node to another Variable Node.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodCompareTo(IBlankNode)
Compares this Node to another Blank Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodCompareTo(IGraphLiteralNode)
Compares this Node to another Graph LiteralNode.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodCompareTo(ILiteralNode)
Compares this Node to another Literal Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodCompareTo(INode)
Compares this Node to another Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodCompareTo(IUriNode)
Compares this Node to another URI Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodCompareTo(IVariableNode)
Compares this Node to another Variable Node.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodCompareTo(IVirtualNode<TNodeID, TGraphID>)
Compares this Node to another Virtual Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodCompareTo(SimpleVirtualVariableNode)
Compares this Node to another virtual Variable node.
Public methodCompareVirtualId
Method to be implemented in derived classes to provide comparison of VirtualId values.
(Overrides BaseVirtualNode<TNodeID, TGraphID>.CompareVirtualId(TNodeID).)
Public methodCopyNode
Copies the Node to another Graph including the materialised value if present.
(Overrides BaseVirtualNode<TNodeID, TGraphID>.CopyNode(IGraph).)
Public methodEquals(Object)
Checks this Node for equality against another Object.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodEquals(BaseVirtualNode<TNodeID, TGraphID>)
Checks this Node for equality against another Virtual Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodEquals(BaseVirtualVariableNode<TNodeID, TGraphID>)
Checks this Node for equality against another Variable Node.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodEquals(IBlankNode)
Checks this Node for equality against another Blank Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodEquals(IGraphLiteralNode)
Checks this Node for equality against another Graph Literal Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodEquals(ILiteralNode)
Checks this Node for equality against another Literal Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodEquals(INode)
Checks this Node for equality against another Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodEquals(IUriNode)
Checks this Node for equality against another URI Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodEquals(IVariableNode)
Checks this Node for equality against another Variable Node.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodEquals(IVirtualNode<TNodeID, TGraphID>)
Checks this Node for equality against another Virtual Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodEquals(SimpleVirtualVariableNode)
Determines whether this Node is equal to another virtual variable node.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Gets the Hash Code of the Virtual Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodGetObjectData
Gets the data for serialization.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodGetSchema
Gets the schema for XML serialization.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMaterialiseValue
Materialises the Value if it is not already materialised.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnMaterialise
Takes post materialisation actions.
(Inherited from BaseVirtualVariableNode<TNodeID, TGraphID>.)
Public methodReadXml
Reads the data for XML deserialization.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodToString()
Gets the String representation of the Node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodToString(INodeFormatter)
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodToString(INodeFormatter, TripleSegment)
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodTryCompareVirtualId
Attempt to compare this node with another node.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Protected methodTryVirtualEquality
Tries to check for equality using virtual node IDs.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Public methodWriteXml
Writes the data for XML deserialization.
(Inherited from BaseVirtualNode<TNodeID, TGraphID>.)
Top
Fields
See Also