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_MODELS_DATA_SPACE
48#define INCLUDED_JAZZ_MODELS_DATA_SPACE
143#define DATASPACE_INDEX_ROW_NUM 1
144#define DATASPACE_INDEX_KEY 2
145#define DATASPACE_INDEX_EMBEDDING 3
363 std::map<stdName, std::string>
grid;
Space: The Bebop object that belongs to a hierarchy.
Definition space.h:76
BaseAPI: The parent of API and Core.
Definition base_api.h:122
DataSpace.
Definition data_space.h:356
~DataSpace()
DataSpace: Destructor.
Definition data_space.cpp:267
std::map< stdName, std::string > grid
An attribute that is a map of names to other Spaces or strings.
Definition data_space.h:363
Concepts: A tree of Snippets with support fro blending that populates a semantic space.
Definition concept.cpp:39
DataSpace * pDataSpace
A pointer to a DataSpace.
Definition data_space.h:366