35#include "src/jazz_models/sem_space.h"
38#ifndef INCLUDED_JAZZ_CATCH2
39#define INCLUDED_JAZZ_CATCH2
41#include "src/catch2/catch.hpp"
47#ifndef INCLUDED_JAZZ_MODELS_MODEL
48#define INCLUDED_JAZZ_MODELS_MODEL
A configuration file as a key/value store.
Definition utils.h:218
A simple logger.
Definition utils.h:248
A Jazz Service is a globally instanced configurable object that may allocate RAM.
Definition utils.h:288
Model: A Space of Concepts.
Definition model.h:62
StatusCode start()
Definition model.cpp:62
StatusCode shut_down()
Definition model.cpp:74
int StatusCode
Type returned by the Service API.
Definition utils.h:142
Concepts: A tree of Snippets with support fro blending that populates a semantic space.
Definition concept.cpp:39
Model * pModel
A pointer to a Model.
Definition model.h:76