Class GraphLiteralNode
Class for representing Graph Literal Nodes which are supported in highly expressive RDF syntaxes like Notation 3.
Implements
System.IEquatable<BaseGraphLiteralNode>
System.IComparable<BaseGraphLiteralNode>
System.IComparable<INode>
System.IComparable<IBlankNode>
System.IComparable<IGraphLiteralNode>
System.IComparable<ILiteralNode>
System.IComparable<IUriNode>
System.IComparable<IVariableNode>
System.IEquatable<INode>
System.IEquatable<IBlankNode>
System.IEquatable<IGraphLiteralNode>
System.IEquatable<ILiteralNode>
System.IEquatable<IUriNode>
System.IEquatable<IVariableNode>
System.Runtime.Serialization.ISerializable
System.Xml.Serialization.IXmlSerializable
System.IEquatable<GraphLiteralNode>
System.IComparable<GraphLiteralNode>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF
Assembly: dotNetRDF.dll
Syntax
[Serializable]
public class GraphLiteralNode : BaseGraphLiteralNode, IGraphLiteralNode, IEquatable<BaseGraphLiteralNode>, IComparable<BaseGraphLiteralNode>, IValuedNode, INode, IComparable<INode>, IComparable<IBlankNode>, IComparable<IGraphLiteralNode>, IComparable<ILiteralNode>, IComparable<IUriNode>, IComparable<IVariableNode>, IEquatable<INode>, IEquatable<IBlankNode>, IEquatable<IGraphLiteralNode>, IEquatable<ILiteralNode>, IEquatable<IUriNode>, IEquatable<IVariableNode>, ISerializable, IXmlSerializable, IEquatable<GraphLiteralNode>, IComparable<GraphLiteralNode>
Constructors
| Improve this Doc View SourceGraphLiteralNode()
Deserialization Only Constructor.
Declaration
protected GraphLiteralNode()
GraphLiteralNode(SerializationInfo, StreamingContext)
Deserialization Constructor.
Declaration
protected GraphLiteralNode(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Serialization Information. |
System.Runtime.Serialization.StreamingContext | context | Streaming Context. |
GraphLiteralNode(IGraph)
Creates a new Graph Literal Node in the given Graph which represents the given Subgraph.
Declaration
protected GraphLiteralNode(IGraph g)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Graph this node is in. |
GraphLiteralNode(IGraph, IGraph)
Creates a new Graph Literal Node whose value is an empty Subgraph.
Declaration
protected GraphLiteralNode(IGraph g, IGraph subgraph)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Graph this node is in. |
IGraph | subgraph | Sub-graph this node represents. |
Methods
| Improve this Doc View SourceCompareTo(GraphLiteralNode)
Implementation of Compare To for Graph Literal Nodes.
Declaration
public int CompareTo(GraphLiteralNode other)
Parameters
Type | Name | Description |
---|---|---|
GraphLiteralNode | other | Graph Literal Node to Compare To. |
Returns
Type | Description |
---|---|
System.Int32 |
Remarks
Simply invokes the more general implementation of this method.
|
Improve this Doc
View Source
Equals(GraphLiteralNode)
Determines whether this Node is equal to a Graph Literal Node.
Declaration
public bool Equals(GraphLiteralNode other)
Parameters
Type | Name | Description |
---|---|---|
GraphLiteralNode | other | Graph Literal Node. |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IComparable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.Runtime.Serialization.ISerializable
System.Xml.Serialization.IXmlSerializable
System.IEquatable<T>
System.IComparable<T>