libSBML C++ API
libSBML 5.8.0 C++ API
|
ModelCreator I/O.
Copyright (C) 2009-2013 jointly by the following organizations: 1. California Institute of Technology, Pasadena, CA, USA 2. EMBL European Bioinformatics Institute (EBML-EBI), Hinxton, UK
Copyright (C) 2006-2008 by the California Institute of Technology, Pasadena, CA, USA
Copyright (C) 2002-2005 jointly by the following organizations: 1. California Institute of Technology, Pasadena, CA, USA 2. Japan Science and Technology Agency, Japan
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation. A copy of the license agreement is provided in the file named "LICENSE.txt" included with this software distribution. It is also available online at http://sbml.org/software/libsbml/license.html
You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Functions | |
ModelCreator_t * | ModelCreator_clone (const ModelCreator_t *mc) |
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 *mc) |
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 *email) |
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 *org) |
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. |