Adaptive Framework
0.9.0
|
Header file for Adaptive Framework model support. More...
#include "afw_interface.h"
Go to the source code of this file.
Typedefs | |
typedef enum afw_model_adapt_e | afw_model_adapt_t |
Typedef for model adapt type enum. | |
Enumerations | |
enum | afw_model_adapt_e { afw_model_adapt_to_adaptor , afw_model_adapt_from_adaptor , afw_model_adapt_to_requestor , afw_model_adapt_from_requestor } |
Typedef for model adapt type enum. | |
Functions | |
const afw_adaptor_t * | afw_model_adaptor_create_cede_p (const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx) |
Create a model adaptor. More... | |
afw_model_t * | afw_model_compile (const afw_utf8_t *adaptor_id, const afw_object_t *model_object, const afw_pool_t *p, afw_xctx_t *xctx) |
Compile a model and add object types to associative array. More... | |
const afw_model_object_type_t * | afw_model_get_object_type (const afw_model_t *model, const afw_utf8_t *object_type_id, afw_xctx_t *xctx) |
Get the model object type for an object type id from model. More... | |
Variables | |
afw_adaptor_factory_model | |
Header file for Adaptive Framework model support.
Definition in file afw_model.h.