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
§ Entity() [1/2]
Nepomuk::Entity::Entity | ( | const Entity & | ) |
§ ~Entity()
Nepomuk::Entity::~Entity | ( | ) |
§ Entity() [2/2]
|
protected |
Member Function Documentation
§ comment()
QString Nepomuk::Entity::comment | ( | const QString & | language = QString() | ) | const |
§ definingOntology()
const Ontology* Nepomuk::Entity::definingOntology | ( | ) | const |
The ontology in which the resource is defined.
§ label()
QString Nepomuk::Entity::label | ( | const QString & | language = QString() | ) | const |
§ name()
QString Nepomuk::Entity::name | ( | ) | const |
The name of the resource.
The name equals the fragment of the URI.
§ operator=()
§ 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-2018 The KDE developers.
Generated on Sun Jun 3 2018 13:14:31 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2018 The KDE developers.
Generated on Sun Jun 3 2018 13:14:31 by doxygen 1.8.12 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.