Overview
C API (Core)
struct ComponentData { const char* name; ComponentTime* time; };

This structure holds data about a component, and can be obtained through a call to brahms_getComponentData.

Fields

const char* name
The component name (SystemML Absolute Identifier).
ComponentTime* time
The component time structure.