35#include "src/jazz_models/concept.h"
38#ifndef INCLUDED_JAZZ_CATCH2
39#define INCLUDED_JAZZ_CATCH2
41#include "src/catch2/catch.hpp"
47#ifndef INCLUDED_JAZZ_BEBOP_SEM_SPACE
48#define INCLUDED_JAZZ_BEBOP_SEM_SPACE
BaseAPI: The parent of API and Core.
Definition base_api.h:121
Fields: A Space for Snippets.
Definition fields.h:60
SemSpaces: A Fields for Concepts.
Definition sem_spaces.h:60
virtual pChar const id()
Definition sem_spaces.cpp:87
virtual StatusCode start()
Definition sem_spaces.cpp:56
Name storage_ent
The name of the storage entity (Typically an lmdb database with the metadata of all SemSpaces).
Definition sem_spaces.h:79
char * pChar
A pointer to a char buffer.
Definition types.h:185
char Name[NAME_SIZE]
A short identifier used in Blocks, Containers and API.
Definition types.h:183
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
SemSpaces * pSemSpaces
A pointer to a SemSpaces.
Definition sem_spaces.h:81