knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <TripleStore.h>
Public Member Functions | |
TripleStore (std::shared_ptr< knowrob::mongo::Collection > tripleCollection, std::shared_ptr< knowrob::mongo::Collection > oneCollection, std::shared_ptr< knowrob::Vocabulary > vocabulary) | |
TripleStore (std::shared_ptr< knowrob::mongo::Collection > tripleCollection, std::shared_ptr< knowrob::mongo::Collection > oneCollection, std::shared_ptr< knowrob::Vocabulary > vocabulary) | |
Public Attributes | |
std::shared_ptr< knowrob::mongo::Collection > | tripleCollection |
std::shared_ptr< knowrob::mongo::Collection > | oneCollection |
std::shared_ptr< knowrob::Vocabulary > | vocabulary |
Encapsulates common objects when working with triples.
Definition at line 19 of file TripleStore.h.
|
inline |
Definition at line 20 of file TripleStore.h.
|
inline |
Definition at line 20 of file TripleStore.h.
std::shared_ptr< knowrob::mongo::Collection > knowrob::mongo::TripleStore::oneCollection |
Definition at line 28 of file TripleStore.h.
std::shared_ptr< knowrob::mongo::Collection > knowrob::mongo::TripleStore::tripleCollection |
Definition at line 27 of file TripleStore.h.
std::shared_ptr< knowrob::Vocabulary > knowrob::mongo::TripleStore::vocabulary |
Definition at line 29 of file TripleStore.h.