#include <CRDFSubject.h>
List of all members.
Member Enumeration Documentation
The two different types possible for subjects
- Enumerator:
-
Constructor & Destructor Documentation
CRDFSubject::CRDFSubject |
( |
| ) |
|
Copy Constructor
- Parameters:
-
CRDFSubject::~CRDFSubject |
( |
| ) |
|
Member Function Documentation
void CRDFSubject::clearData |
( |
| ) |
|
const std::string & CRDFSubject::getBlankNodeID |
( |
| ) |
const |
Retrieve the ID of the blank node of the subject
- Returns:
- const std::string & blankNodeId
const std::string & CRDFSubject::getResource |
( |
| ) |
const |
Retrieve the resource of the subject
- Returns:
- const std::string & resource
Retrieve the type of the subject
- Returns:
- const eSubjectType & type
const bool & CRDFSubject::isLocal |
( |
| ) |
const |
Check whehter the resource is local
- Returns:
- const bool & isLocal
void CRDFSubject::setBlankNodeId |
( |
const std::string & |
blankNodeId | ) |
|
Set the ID of the blank node of the subject
- Parameters:
-
const | std::string & blankNodeId |
void CRDFSubject::setResource |
( |
const std::string & |
resource, |
|
|
const bool & |
isLocal |
|
) |
| |
Set the resource of the subject
- Parameters:
-
const | std::string & resource |
const | bool & isLocal |
Set the type of the subject
- Parameters:
-
The documentation for this class was generated from the following files: