35#include "src/jazz_models/sem_spaces.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:217
Container: A Service to manage Jazz blocks. All Jazz blocks are managed by this or a descendant of th...
Definition container.h:282
A simple logger.
Definition utils.h:245
Model: A Space of Concepts.
Definition model.h:60
StatusCode start()
Definition model.cpp:60
StatusCode shut_down()
Definition model.cpp:78
int StatusCode
Type returned by the Service API.
Definition utils.h:141
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:74