libSBML C API
libSBML 5.8.0 C API
|
ModelCreator I/O.
Functions | |
ModelCreator_t * | ModelCreator_clone (const ModelCreator_t *c) |
Creates a deep copy of the given ModelCreator_t structure. More... | |
ModelCreator_t * | ModelCreator_create () |
Creates a new ModelCreator_t structure and returns a pointer to it. More... | |
ModelCreator_t * | ModelCreator_createFromNode (const XMLNode_t *node) |
Creates a new ModelCreator_t structure from an XMLNode_t structure and returns a pointer to it. More... | |
void | ModelCreator_free (ModelCreator_t *) |
Destroys this ModelCreator. More... | |
const char * | ModelCreator_getEmail (ModelCreator_t *mc) |
Returns the email from the ModelCreator. More... | |
const char * | ModelCreator_getFamilyName (ModelCreator_t *mc) |
Returns the familyName from the ModelCreator. More... | |
const char * | ModelCreator_getGivenName (ModelCreator_t *mc) |
Returns the givenName from the ModelCreator. More... | |
const char * | ModelCreator_getOrganisation (ModelCreator_t *mc) |
Returns the organization from the ModelCreator. More... | |
const char * | ModelCreator_getOrganization (ModelCreator_t *mc) |
Returns the organization from the ModelCreator. More... | |
int | ModelCreator_hasRequiredAttributes (ModelCreator_t *mc) |
int | ModelCreator_isSetEmail (ModelCreator_t *mc) |
Predicate indicating whether this ModelCreator's email is set. More... | |
int | ModelCreator_isSetFamilyName (ModelCreator_t *mc) |
Predicate indicating whether this ModelCreator's familyName is set. More... | |
int | ModelCreator_isSetGivenName (ModelCreator_t *mc) |
Predicate indicating whether this ModelCreator's givenName is set. More... | |
int | ModelCreator_isSetOrganisation (ModelCreator_t *mc) |
Predicate indicating whether this ModelCreator's organization is set. More... | |
int | ModelCreator_isSetOrganization (ModelCreator_t *mc) |
Predicate indicating whether this ModelCreator's organization is set. More... | |
int | ModelCreator_setEmail (ModelCreator_t *mc, char *name) |
Sets the email. More... | |
int | ModelCreator_setFamilyName (ModelCreator_t *mc, char *name) |
Sets the family name. More... | |
int | ModelCreator_setGivenName (ModelCreator_t *mc, char *name) |
Sets the given name. More... | |
int | ModelCreator_setOrganisation (ModelCreator_t *mc, char *org) |
Sets the organization. More... | |
int | ModelCreator_setOrganization (ModelCreator_t *mc, char *name) |
Sets the organization. More... | |
int | ModelCreator_unsetEmail (ModelCreator_t *mc) |
Unsets the email of this ModelCreator. More... | |
int | ModelCreator_unsetFamilyName (ModelCreator_t *mc) |
Unsets the familyName of this ModelCreator. More... | |
int | ModelCreator_unsetGivenName (ModelCreator_t *mc) |
Unsets the givenName of this ModelCreator. More... | |
int | ModelCreator_unsetOrganisation (ModelCreator_t *mc) |
Unsets the organization of this ModelCreator. More... | |
int | ModelCreator_unsetOrganization (ModelCreator_t *mc) |
Unsets the organization of this ModelCreator. More... | |
ModelCreator_t* ModelCreator_clone | ( | const ModelCreator_t * | mc | ) |
Creates a deep copy of the given ModelCreator_t structure.
mc | the ModelCreator_t structure to be copied |
ModelCreator_t* ModelCreator_create | ( | ) |
Creates a new ModelCreator_t structure and returns a pointer to it.
ModelCreator_t* ModelCreator_createFromNode | ( | const XMLNode_t * | node | ) |
Creates a new ModelCreator_t structure from an XMLNode_t structure and returns a pointer to it.
void ModelCreator_free | ( | ModelCreator_t * | mc | ) |
Destroys this ModelCreator.
mc | ModelCreator_t structure to be freed. |
const char* ModelCreator_getEmail | ( | ModelCreator_t * | mc | ) |
Returns the email from the ModelCreator.
mc | the ModelCreator_t structure to be queried |
const char* ModelCreator_getFamilyName | ( | ModelCreator_t * | mc | ) |
Returns the familyName from the ModelCreator.
mc | the ModelCreator_t structure to be queried |
const char* ModelCreator_getGivenName | ( | ModelCreator_t * | mc | ) |
Returns the givenName from the ModelCreator.
mc | the ModelCreator_t structure to be queried |
const char* ModelCreator_getOrganisation | ( | ModelCreator_t * | mc | ) |
Returns the organization from the ModelCreator.
mc | the ModelCreator_t structure to be queried |
const char* ModelCreator_getOrganization | ( | ModelCreator_t * | mc | ) |
Returns the organization from the ModelCreator.
mc | the ModelCreator_t structure to be queried |
int ModelCreator_hasRequiredAttributes | ( | ModelCreator_t * | mc | ) |
int ModelCreator_isSetEmail | ( | ModelCreator_t * | mc | ) |
Predicate indicating whether this ModelCreator's email is set.
mc | the ModelCreator_t structure to be queried |
int ModelCreator_isSetFamilyName | ( | ModelCreator_t * | mc | ) |
Predicate indicating whether this ModelCreator's familyName is set.
mc | the ModelCreator_t structure to be queried |
int ModelCreator_isSetGivenName | ( | ModelCreator_t * | mc | ) |
Predicate indicating whether this ModelCreator's givenName is set.
mc | the ModelCreator_t structure to be queried |
int ModelCreator_isSetOrganisation | ( | ModelCreator_t * | mc | ) |
Predicate indicating whether this ModelCreator's organization is set.
mc | the ModelCreator_t structure to be queried |
int ModelCreator_isSetOrganization | ( | ModelCreator_t * | mc | ) |
Predicate indicating whether this ModelCreator's organization is set.
mc | the ModelCreator_t structure to be queried |
int ModelCreator_setEmail | ( | ModelCreator_t * | mc, |
char * | |||
) |
Sets the email.
mc | the ModelCreator_t structure |
a string representing the email of the ModelCreator. |
int ModelCreator_setFamilyName | ( | ModelCreator_t * | mc, |
char * | name | ||
) |
Sets the family name.
mc | the ModelCreator_t structure |
name | a string representing the familyName of the ModelCreator. |
int ModelCreator_setGivenName | ( | ModelCreator_t * | mc, |
char * | name | ||
) |
Sets the given name.
mc | the ModelCreator_t structure |
name | a string representing the givenName of the ModelCreator. |
int ModelCreator_setOrganisation | ( | ModelCreator_t * | mc, |
char * | org | ||
) |
Sets the organization.
mc | the ModelCreator_t structure |
org | a string representing the organisation of the ModelCreator. |
int ModelCreator_setOrganization | ( | ModelCreator_t * | mc, |
char * | org | ||
) |
Sets the organization.
mc | the ModelCreator_t structure |
org | a string representing the organisation of the ModelCreator. |
int ModelCreator_unsetEmail | ( | ModelCreator_t * | mc | ) |
Unsets the email of this ModelCreator.
mc | the ModelCreator_t structure. |
int ModelCreator_unsetFamilyName | ( | ModelCreator_t * | mc | ) |
Unsets the familyName of this ModelCreator.
mc | the ModelCreator_t structure. |
int ModelCreator_unsetGivenName | ( | ModelCreator_t * | mc | ) |
Unsets the givenName of this ModelCreator.
mc | the ModelCreator_t structure. |
int ModelCreator_unsetOrganisation | ( | ModelCreator_t * | mc | ) |
Unsets the organization of this ModelCreator.
mc | the ModelCreator_t structure. |
int ModelCreator_unsetOrganization | ( | ModelCreator_t * | mc | ) |
Unsets the organization of this ModelCreator.
mc | the ModelCreator_t structure. |