Nepomuk
Nepomuk::Entity Class Reference
#include <entity.h>
Inheritance diagram for Nepomuk::Entity:
Public Member Functions | |
Entity (const Entity &) | |
~Entity () | |
QString | comment (const QString &language=QString()) const |
const Ontology * | definingOntology () const |
QString | label (const QString &language=QString()) const |
QString | name () const |
Entity & | operator= (const Entity &) |
QUrl | uri () const |
Protected Member Functions | |
Entity () | |
Detailed Description
- Deprecated:
- in favor of Nepomuk::Types::Entity
Constructor & Destructor Documentation
Nepomuk::Entity::Entity | ( | const Entity & | ) |
Nepomuk::Entity::~Entity | ( | ) |
|
protected |
Member Function Documentation
QString Nepomuk::Entity::comment | ( | const QString & | language = QString() | ) | const |
const Ontology* Nepomuk::Entity::definingOntology | ( | ) | const |
The ontology in which the resource is defined.
QString Nepomuk::Entity::label | ( | const QString & | language = QString() | ) | const |
QString Nepomuk::Entity::name | ( | ) | const |
The name of the resource.
The name equals the fragment of the URI.
QUrl Nepomuk::Entity::uri | ( | ) | const |
The URI of the resource.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:27 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.