|
knowrob
2.1.0
A Knowledge Base System for Cognition-enabled Robots
|
#include <gtest/gtest.h>#include "knowrob/Logger.h"#include "knowrob/reasoner/prolog/PrologTests.h"#include "knowrob/reasoner/ReasonerManager.h"#include "knowrob/reasoner/mongolog/MongologReasoner.h"#include "knowrob/queries/QueryError.h"#include "knowrob/reasoner/ReasonerError.h"#include "knowrob/terms/Numeric.h"#include "knowrob/knowrob.h"
Go to the source code of this file.
Namespaces | |
| knowrob | |
| knowrob::testing | |
Functions | |
| foreign_t | pl_is_readonly2 (term_t, term_t) |
| foreign_t | pl_db_name3 (term_t, term_t, term_t) |
| foreign_t | pl_uri3 (term_t, term_t, term_t) |
| foreign_t | pl_assert_triple_cpp9 (term_t, term_t, term_t, term_t, term_t, term_t, term_t, term_t, term_t) |
| TEST_F (MongologTests, arithmetic) | |
| TEST_F (MongologTests, atoms) | |
| TEST_F (MongologTests, comparison) | |
| TEST_F (MongologTests, control) | |
| TEST_F (MongologTests, findall) | |
| TEST_F (MongologTests, lists) | |
| TEST_F (MongologTests, meta) | |
| TEST_F (MongologTests, terms) | |
| TEST_F (MongologTests, typecheck) | |
| TEST_F (MongologTests, unification) | |
| TEST_F (MongologTests, database) | |
| TEST_F (MongologTests, fluents) | |
| TEST_F (MongologTests, sgml) | |
| TEST_F (MongologTests, annotation) | |
| TEST_F (MongologTests, triple) | |
| foreign_t pl_assert_triple_cpp9 | ( | term_t | t_reasonerManager, |
| term_t | t_reasonerModule, | ||
| term_t | t_subjectTerm, | ||
| term_t | t_propertyTerm, | ||
| term_t | t_objectTerm, | ||
| term_t | t_graphTerm, | ||
| term_t | t_beginTerm, | ||
| term_t | t_endTerm, | ||
| term_t | t_confidenceTerm | ||
| ) |
Definition at line 136 of file MongologReasoner.cpp.
| foreign_t pl_db_name3 | ( | term_t | t_reasonerManager, |
| term_t | t_reasonerModule, | ||
| term_t | t_dbName | ||
| ) |
Definition at line 118 of file MongologReasoner.cpp.
| foreign_t pl_is_readonly2 | ( | term_t | t_reasonerManager, |
| term_t | t_reasonerModule | ||
| ) |
Definition at line 110 of file MongologReasoner.cpp.
| foreign_t pl_uri3 | ( | term_t | t_reasonerManager, |
| term_t | t_reasonerModule, | ||
| term_t | t_uri | ||
| ) |
Definition at line 127 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| annotation | |||
| ) |
Definition at line 338 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| arithmetic | |||
| ) |
Definition at line 312 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| atoms | |||
| ) |
Definition at line 314 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| comparison | |||
| ) |
Definition at line 316 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| control | |||
| ) |
Definition at line 318 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| database | |||
| ) |
Definition at line 332 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| findall | |||
| ) |
Definition at line 320 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| fluents | |||
| ) |
Definition at line 334 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| lists | |||
| ) |
Definition at line 322 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| meta | |||
| ) |
Definition at line 324 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| sgml | |||
| ) |
Definition at line 336 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| terms | |||
| ) |
Definition at line 326 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| triple | |||
| ) |
Definition at line 340 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| typecheck | |||
| ) |
Definition at line 328 of file MongologReasoner.cpp.
| TEST_F | ( | MongologTests | , |
| unification | |||
| ) |
Definition at line 330 of file MongologReasoner.cpp.