Click or drag to resize

SimpleVirtualLiteralNode Class

Simple implementation of a Virtual Literal Node where the virtual IDs are integers.
Inheritance Hierarchy
SystemObject
  VDS.RDF.Storage.VirtualisationBaseVirtualNodeInt32, Int32
    VDS.RDF.Storage.VirtualisationBaseVirtualLiteralNodeInt32, Int32
      VDS.RDF.Storage.VirtualisationSimpleVirtualLiteralNode

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

The SimpleVirtualLiteralNode type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDataType
Gets the Datatype (if any) of the Literal.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public propertyEffectiveType
Gets the URI of the datatype this valued node represents as a String.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public propertyGraph
Gets the Graph the Node belongs to.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public propertyGraphUri
Gets/Sets the Graph URI of the Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public propertyIsMaterialised
Gets whether the Nodes value has been materialised.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public propertyLanguage
Gets the language specifier (if any) of the Literal.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public propertyMaterialisedValue
Gets the materialised value of the Node forcing it to be materialised if it hasn't already.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public propertyNodeType
Gets the Type of the Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public propertyNumericType
Gets the numeric type of the node.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public propertyProvider
Gets the Virtual RDF Provider of the Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public propertyValue
Gets the lexical value of the Literal.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public propertyVirtualID
Gets the Virtual ID of the Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Top
Methods
  NameDescription
Public methodAsBoolean
Gets the value as a boolean.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodAsDateTime
Gets the value as a date time.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodAsDateTimeOffset
Gets the value as a date time.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodAsDecimal
Gets the value as a decimal.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodAsDouble
Gets the value as a double.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodAsFloat
Gets the value as a float.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodAsInteger
Gets the value as an integer.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodAsString
Gets the value as a string.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodAsTimeSpan
Gets the value as a time span.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodCompareTo(BaseVirtualLiteralNodeTNodeID, TGraphID)
Compares this Node to another Literal Node.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodCompareTo(BaseVirtualNodeTNodeID, TGraphID)
Compares this Node to another Virtual Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodCompareTo(IBlankNode)
Compares this Node to another Blank Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodCompareTo(IGraphLiteralNode)
Compares this Node to another Graph LiteralNode.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodCompareTo(ILiteralNode)
Compares this Node to another Literal Node.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodCompareTo(INode)
Compares this Node to another Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodCompareTo(IUriNode)
Compares this Node to another URI Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodCompareTo(IVariableNode)
Compares this Node to another Variable Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodCompareTo(IVirtualNodeTNodeID, TGraphID)
Compares this Node to another Virtual Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodCompareTo(SimpleVirtualLiteralNode)
Compares this Node to another virtual Literal node.
Public methodCompareVirtualId
Method to be implemented in derived classes to provide comparison of VirtualId values.
(Overrides BaseVirtualNodeTNodeID, TGraphIDCompareVirtualId(TNodeID).)
Public methodCopyNode
Copies the Node to another Graph including the materialised value if present.
(Overrides BaseVirtualNodeTNodeID, TGraphIDCopyNode(IGraph).)
Public methodEquals(Object)
Checks this Node for equality against another Object.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodEquals(BaseVirtualLiteralNodeTNodeID, TGraphID)
Checks this Node for equality against another Literal Node.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodEquals(BaseVirtualNodeTNodeID, TGraphID)
Checks this Node for equality against another Virtual Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodEquals(IBlankNode)
Checks this Node for equality against another Blank Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodEquals(IGraphLiteralNode)
Checks this Node for equality against another Graph Literal Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodEquals(ILiteralNode)
Checks this Node for equality against another Literal Node.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodEquals(INode)
Checks this Node for equality against another Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodEquals(IUriNode)
Checks this Node for equality against another URI Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodEquals(IVariableNode)
Checks this Node for equality against another Variable Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodEquals(IVirtualNodeTNodeID, TGraphID)
Checks this Node for equality against another Virtual Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodEquals(SimpleVirtualLiteralNode)
Determines whether this Node is equal to another virtual Literal 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 BaseVirtualNodeTNodeID, TGraphID.)
Public methodGetObjectData
Gets the data for serialization.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodGetSchema
Gets the schema for XML serialization.
(Inherited from BaseVirtualNodeTNodeID, 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 BaseVirtualNodeTNodeID, TGraphID.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnMaterialise
Takes post materialisation actions.
(Inherited from BaseVirtualLiteralNodeTNodeID, TGraphID.)
Public methodReadXml
Reads the data for XML deserialization.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodToString
Gets the String representation of the Node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodToString(INodeFormatter)
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodToString(INodeFormatter, TripleSegment)
Gets the String representation of the Node formatted with the given Node formatter.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodTryCompareVirtualId
Attempt to compare this node with another node.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Protected methodTryVirtualEquality
Tries to check for equality using virtual node IDs.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Public methodWriteXml
Writes the data for XML deserialization.
(Inherited from BaseVirtualNodeTNodeID, TGraphID.)
Top
Fields
See Also