libSBML C API  libSBML 5.8.0 C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Delay.h File Reference

Detailed Description

Definition of Delay.

Author
Sarah Keating
Include dependency graph for Delay.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

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 
)