knowrob  2.1.0
A Knowledge Base System for Cognition-enabled Robots
InterfaceUtils.cpp File Reference
#include <unordered_map>
#include <boost/any.hpp>
#include <boost/property_tree/json_parser.hpp>
#include "knowrob/integration/InterfaceUtils.h"
#include "knowrob/formulas/ModalFormula.h"
#include "knowrob/semweb/Triple.h"
#include "knowrob/queries/QueryTree.h"
#include "knowrob/queries/QueryError.h"
#include "knowrob/KnowledgeBase.h"
Include dependency graph for InterfaceUtils.cpp:

Go to the source code of this file.

Namespaces

 knowrob
 
 knowrob::py
 

Enumerations

enum  EpistemicOperator { KNOWLEDGE = 0 , BELIEF = 1 }
 
enum  TemporalOperator { CURRENTLY = 0 , ALL_PAST = 1 , SOME_PAST = 2 }
 

Functions

template<>
void knowrob::py::createType< InterfaceUtils > ()
 

Enumeration Type Documentation

◆ EpistemicOperator

Enumerator
KNOWLEDGE 
BELIEF 

Definition at line 23 of file InterfaceUtils.cpp.

23  {
24  KNOWLEDGE = 0,
25  BELIEF = 1
26 };
@ KNOWLEDGE
@ BELIEF

◆ TemporalOperator

Enumerator
CURRENTLY 
ALL_PAST 
SOME_PAST 

Definition at line 29 of file InterfaceUtils.cpp.

29  {
30  CURRENTLY = 0,
31  ALL_PAST = 1,
32  SOME_PAST = 2
33 };
@ SOME_PAST
@ CURRENTLY
@ ALL_PAST