27 #include <MemoryX/interface/components/CommonStorageInterface.h>
28 #include <MemoryX/interface/components/LongtermMemoryInterface.h>
29 #include <MemoryX/interface/components/PriorKnowledgeInterface.h>
30 #include <MemoryX/interface/components/WorkingMemoryInterface.h>
84 std::string mongoDbName =
"CeBITdb";
87 bool importObjects =
true;
88 std::string objectsRepository;
89 std::string datasetName =
"";
90 std::string className =
"";
92 bool importScenes =
true;
93 std::string scenesDirectory;
94 std::string sceneNames;
96 Properties properties;
101 memoryx::CommonStorageInterfacePrx commonStorage;
102 memoryx::PriorKnowledgeInterfacePrx priorKnowledge;
103 memoryx::WorkingMemoryInterfacePrx workingMemory;
104 memoryx::LongtermMemoryInterfacePrx longtermMemory;