kDB: Knowledge DataBase
Loading...
Searching...
No Matches
kdb
extensions
kDBRobotics
Agents
Stream.h
1
#include <QExplicitlySharedDataPointer>
2
3
#include <kDB/Repository/RDF/FocusNode.h>
4
#include <knowCore/Value.h>
5
6
#include <kDBRobotics/Forward.h>
7
8
namespace
kDBRobotics::Agents
9
{
10
class
Stream
:
public
kDB::Repository::RDF::FocusNodeWrapper
<Stream>
11
{
12
friend
class
Collection
;
13
public
:
14
Stream
();
15
Stream
(
const
Stream
& _rhs);
16
Stream
& operator=(
const
Stream
& _rhs);
17
~Stream
();
18
static
cres_qresult<Stream> fromFocusNode(
const
kDB::Repository::RDF::FocusNode
& _focus_node);
19
public
:
20
cres_qresult<QString> identifier()
const
;
21
cres_qresult<knowCore::Uri> datatype()
const
;
22
cres_qresult<knowCore::Uri> contentType()
const
;
23
};
24
}
// namespace kDBRobotics::Agents
kDBRobotics::Agents::Collection
Definition
Collection.h:24
kDBRobotics::Agents::Stream
Definition
Stream.h:11
kDB::Repository::RDF::FocusNodeWrapper
Definition
FocusNode.h:184
kDB::Repository::RDF::FocusNode
Definition
FocusNode.h:34
Generated by
1.12.0