libSBML C API
libSBML 5.8.0 C API
|
Definition of Delay.
Functions | |
Delay_t * | Delay_clone (const Delay_t *d) |
int | Delay_containsUndeclaredUnits (Delay_t *d) |
Delay_t * | Delay_create (unsigned int level, unsigned int version) |
Delay_t * | Delay_createWithNS (SBMLNamespaces_t *sbmlns) |
void | Delay_free (Delay_t *d) |
UnitDefinition_t * | Delay_getDerivedUnitDefinition (Delay_t *d) |
const ASTNode_t * | Delay_getMath (const Delay_t *d) |
const XMLNamespaces_t * | Delay_getNamespaces (Delay_t *c) |
int | Delay_isSetMath (const Delay_t *d) |
int | Delay_setMath (Delay_t *d, const ASTNode_t *math) |
Delay_t* Delay_clone | ( | const Delay_t * | d | ) |
int Delay_containsUndeclaredUnits | ( | Delay_t * | d | ) |
Delay_t* Delay_create | ( | unsigned int | level, |
unsigned int | version | ||
) |
Delay_t* Delay_createWithNS | ( | SBMLNamespaces_t * | sbmlns | ) |
void Delay_free | ( | Delay_t * | d | ) |
UnitDefinition_t* Delay_getDerivedUnitDefinition | ( | Delay_t * | d | ) |
const ASTNode_t* Delay_getMath | ( | const Delay_t * | d | ) |
const XMLNamespaces_t* Delay_getNamespaces | ( | Delay_t * | c | ) |
int Delay_isSetMath | ( | const Delay_t * | d | ) |
int Delay_setMath | ( | Delay_t * | d, |
const ASTNode_t * | math | ||
) |