Public Member Functions

BlankValue Class Reference

Models a blank node. More...

Inheritance diagram for BlankValue:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 BlankValue ()
 Constructs a blank node with an automatically assigned name.
CUBI_EXPLICIT BlankValue (const QString &name)
 Constructs a blank node with a given name.
void setName (const QString &name)
 Sets the node name.
QString name () const
 Returns the node's name.

Detailed Description

Models a blank node.


Member Function Documentation

void BlankValue::setName ( const QString &  name  ) 

Sets the node name.

Note, the name in the generated Sparql will be prefixed with a _, to avoid potential conflicts with automatically generated blank nodes.


The documentation for this class was generated from the following files:
 All Classes Functions Enumerations