#include <CRDFObject.h>
List of all members.
Member Enumeration Documentation
The three different types possible for objects
- Enumerator:
| RESOURCE |
|
| BLANK_NODE |
|
| LITERAL |
|
Constructor & Destructor Documentation
| CRDFObject::CRDFObject |
( |
| ) |
|
Copy Constructor
- Parameters:
-
| CRDFObject::~CRDFObject |
( |
| ) |
[virtual] |
Member Function Documentation
| void CRDFObject::clearData |
( |
| ) |
|
| const std::string & CRDFObject::getBlankNodeID |
( |
| ) |
const |
Retrieve the ID of the blank node of the object
- Returns:
- const std::string & blankNodeId
Retrieve the literal of the object
- Returns:
- CRDFLiteral & literal
Retrieve the literal of the object
- Returns:
- const CRDFLiteral & literal
| const std::string & CRDFObject::getResource |
( |
| ) |
const |
Retrieve the resource of the object
- Returns:
- const std::string & resource
Retrieve the type of the object
- Returns:
- const eObjectType & type
| const bool & CRDFObject::isLocal |
( |
| ) |
const |
Check whehter the resource is local
- Returns:
- const bool & isLocal
| void CRDFObject::setBlankNodeId |
( |
const std::string & |
blankNodeId | ) |
|
Set the ID of the blank node of the object
- Parameters:
-
| const | std::string & blankNodeId |
| void CRDFObject::setLiteral |
( |
const CRDFLiteral & |
literal | ) |
|
Set the literal of the object
- Parameters:
-
| const | std::string & lexicalData |
| void CRDFObject::setResource |
( |
const std::string & |
resource, |
|
|
const bool & |
isLocal |
|
) |
| |
Set the resource of the object
- Parameters:
-
| const | std::string & resource |
| const | bool & isLocal |
Set the type of the object
- Parameters:
-
The documentation for this class was generated from the following files: