knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <utility>
#include "knowrob/storage/ReifiedQuery.h"
#include "knowrob/semweb/rdf.h"
#include "knowrob/storage/reification.h"
#include "knowrob/semweb/Property.h"
#include "knowrob/queries/QueryError.h"
Go to the source code of this file.
Functions | |
std::shared_ptr< TriplePattern > | addPattern (const std::shared_ptr< GraphSequence > &sequence, const TermPtr &s, const TermPtr &p, const TermPtr &o, const groundable< Atom > &g) |
std::shared_ptr<TriplePattern> addPattern | ( | const std::shared_ptr< GraphSequence > & | sequence, |
const TermPtr & | s, | ||
const TermPtr & | p, | ||
const TermPtr & | o, | ||
const groundable< Atom > & | g | ||
) |
Definition at line 97 of file ReifiedQuery.cpp.