libSBML C API  libSBML 5.20.2 C API
Loading...
Searching...
No Matches
Model.h File Reference

Definition of Model_t. More...

Include dependency graph for Model.h:
This graph shows which files directly or indirectly include this file:

Functions

int Model_addCompartment (Model_t *m, const Compartment_t *c)
 _tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tCompartment_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_addCompartmentType (Model_t *m, const CompartmentType_t *ct)
 _tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tCompartmentType_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_addConstraint (Model_t *m, const Constraint_t *c)
 _tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tConstraint_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_addEvent (Model_t *m, const Event_t *e)
 _tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tEvent_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_addFunctionDefinition (Model_t *m, const FunctionDefinition_t *fd)
 _tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tFunctionDefinition_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_addInitialAssignment (Model_t *m, const InitialAssignment_t *ia)
 _tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tInitialAssignment_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_addParameter (Model_t *m, const Parameter_t *p)
 _tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tParameter_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_addReaction (Model_t *m, const Reaction_t *r)
 _tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tReaction_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_addRule (Model_t *m, const Rule_t *r)
 _tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tRule_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_addSpecies (Model_t *m, const Species_t *s)
 _tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tSpecies_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_addSpeciesType (Model_t *m, const SpeciesType_t *st)
 _tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tSpeciesType_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_addUnitDefinition (Model_t *m, const UnitDefinition_t *ud)
 _tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tUnitDefinition_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
Model_tModel_clone (const Model_t *m)
 _tCreates_t _tand_t _treturns_t _ta_t _tdeep_t _tcopy_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
Model_tModel_create (unsigned int level, unsigned int version)
 @_tclass_t _tdoc_how_added_last_reaction_irrelevant_t
 
Rule_tModel_createAlgebraicRule (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tAlgebraicRule_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Rule_tModel_createAssignmentRule (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tAssignmentRule_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Compartment_tModel_createCompartment (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tCompartment_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
CompartmentType_tModel_createCompartmentType (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tCompartmentType_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Constraint_tModel_createConstraint (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tConstraint_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _tit_t.
 
Delay_tModel_createDelay (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tDelay_t_t _tstructure_t _tinside_t _tthe_t _tlast_t _tEvent_t_t _tstructure_t _tcreated_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Event_tModel_createEvent (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tEvent_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
EventAssignment_tModel_createEventAssignment (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tEventAssignment_t_t _tstructure_t _tinside_t _tthe_t _tlast_t _tEvent_t_t _tstructure_t _tcreated_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
FunctionDefinition_tModel_createFunctionDefinition (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tFunctionDefinition_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
InitialAssignment_tModel_createInitialAssignment (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tInitialAssignment_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _tit_t.
 
KineticLaw_tModel_createKineticLaw (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tKineticLaw_t_t _tstructure_t _tinside_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
LocalParameter_tModel_createKineticLawLocalParameter (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tLocalParameter_t_t _tstructure_t _tinside_t _tthe_t _tKineticLaw_t_t _tstructure_t _tof_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tcreated_t _tinside_t _tthe_t _tgiven_t _tmodel_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Parameter_tModel_createKineticLawParameter (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tlocal_t _tParameter_t_t _tstructure_t _tinside_t _tthe_t _tKineticLaw_t_t _tstructure_t _tof_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tcreated_t _tinside_t _tthe_t _tgiven_t _tmodel_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
SpeciesReference_tModel_createModifier (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tmodifier_t _tSpeciesReference_t_t _tstructure_t _tfor_t _ta_t _treactant_t _tinside_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Parameter_tModel_createParameter (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tParameter_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
SpeciesReference_tModel_createProduct (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tSpeciesReference_t_t _tstructure_t _tfor_t _ta_t _tproduct_t _tinside_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Rule_tModel_createRateRule (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tRateRule_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
SpeciesReference_tModel_createReactant (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tSpeciesReference_t_t _tstructure_t _tfor_t _ta_t _treactant_t _tinside_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Reaction_tModel_createReaction (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tReaction_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Species_tModel_createSpecies (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tSpecies_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
SpeciesType_tModel_createSpeciesType (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tSpeciesType_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Trigger_tModel_createTrigger (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tTrigger_t_t _tstructure_t _tinside_t _tthe_t _tlast_t _tEvent_t_t _tstructure_t _tcreated_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Unit_tModel_createUnit (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tUnit_t_t _tstructure_t _tinside_t _tthe_t _tlast_t _tUnitDefinition_t_t _tstructure_t _tcreated_t _tin_t _tthis_t _tmodel_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
UnitDefinition_tModel_createUnitDefinition (Model_t *m)
 _tCreates_t _ta_t _tnew_t _tUnitDefinition_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Model_tModel_createWithNS (SBMLNamespaces_t *sbmlns)
 _tCreates_t _ta_t _tnew_t _tModel_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBMLNamespaces_t_t _tstructure_t.
 
void Model_free (Model_t *m)
 _tFrees_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
const char * Model_getAreaUnits (const Model_t *m)
 _tGet_t _tthe_t _tareaUnits_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
Compartment_tModel_getCompartment (Model_t *m, unsigned int n)
 _tGet_t _tthe_t _tnth_t _tCompartment_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
Compartment_tModel_getCompartmentById (Model_t *m, const char *sid)
 _tGet_t _tthe_t _tCompartment_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
CompartmentType_tModel_getCompartmentType (Model_t *m, unsigned int n)
 _tGet_t _tthe_t _tnth_t _tCompartmentType_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
CompartmentType_tModel_getCompartmentTypeById (Model_t *m, const char *sid)
 _tGet_t _tthe_t _tCompartmentType_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
Constraint_tModel_getConstraint (Model_t *m, unsigned int n)
 _tGet_t _tthe_t _tnth_t _tConstraint_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
const char * Model_getConversionFactor (const Model_t *m)
 _tGet_t _tthe_t _tconversionFactor_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
Event_tModel_getEvent (Model_t *m, unsigned int n)
 _tGet_t _tthe_t _tnth_t _tEvent_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
Event_tModel_getEventById (Model_t *m, const char *sid)
 _tGet_t _tthe_t _tEvent_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
const char * Model_getExtentUnits (const Model_t *m)
 _tGet_t _tthe_t _textentUnits_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
FunctionDefinition_tModel_getFunctionDefinition (Model_t *m, unsigned int n)
 _tGet_t _tthe_t _tnth_t _tFunctionDefinition_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
FunctionDefinition_tModel_getFunctionDefinitionById (Model_t *m, const char *sid)
 _tGet_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
const char * Model_getId (const Model_t *m)
 _tGet_t _tthe_t _tidentifier_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
InitialAssignment_tModel_getInitialAssignment (Model_t *m, unsigned int n)
 _tGet_t _tthe_t _tnth_t _tInitialAssignment_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
InitialAssignment_tModel_getInitialAssignmentBySym (Model_t *m, const char *symbol)
 @_treturn_t _tthe_t _tInitialAssignment_t_t _tin_t _tthis_t _tModel_t_t _twith_t _tthe_t _tgiven_t _tsymbol_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tInitialAssignment_t_t _texists_t.
 
const char * Model_getLengthUnits (const Model_t *m)
 _tGet_t _tthe_t _tlengthUnits_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
ListOf_tModel_getListOfCompartments (Model_t *m)
 _tGet_t _tthe_t _tlist_t _tof_t _tCompartment_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
ListOf_tModel_getListOfCompartmentTypes (Model_t *m)
 _tGet_t _tthe_t _tlist_t _tof_t _tCompartmentType_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
ListOf_tModel_getListOfConstraints (Model_t *m)
 _tGet_t _tthe_t _tlist_t _tof_t _tConstraint_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
ListOf_tModel_getListOfEvents (Model_t *m)
 _tGet_t _tthe_t _tlist_t _tof_t _tEvent_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
ListOf_tModel_getListOfFunctionDefinitions (Model_t *m)
 _tGet_t _tthe_t _tlist_t _tof_t _tFunctionDefinition_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
ListOf_tModel_getListOfInitialAssignments (Model_t *m)
 _tGet_t _tthe_t _tlist_t _tof_t _tInitialAssignment_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
ListOf_tModel_getListOfParameters (Model_t *m)
 _tGet_t _tthe_t _tlist_t _tof_t _tParameter_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
ListOf_tModel_getListOfReactions (Model_t *m)
 _tGet_t _tthe_t _tlist_t _tof_t _tReaction_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
ListOf_tModel_getListOfRules (Model_t *m)
 _tGet_t _tthe_t _tlist_t _tof_t _tRule_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
ListOf_tModel_getListOfSpecies (Model_t *m)
 _tGet_t _tthe_t _tlist_t _tof_t _tSpecies_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
ListOf_tModel_getListOfSpeciesTypes (Model_t *m)
 _tGet_t _tthe_t _tlist_t _tof_t _tSpeciesType_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
ListOf_tModel_getListOfUnitDefinitions (Model_t *m)
 _tGet_t _tthe_t _tlist_t _tof_t _tUnitDefinition_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
ModelHistory_tModel_getModelHistory (Model_t *m)
 _tReturns_t _tthe_t _tModelHistory_t_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
const char * Model_getName (const Model_t *m)
 _tGet_t _tthe_t _tname_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
const XMLNamespaces_tModel_getNamespaces (Model_t *m)
 _tReturns_t _ta_t _tlist_t _tof_t _tXMLNamespaces_t_t _tassociated_t _twith_t _tthis_t _tModel_t_t _tstructure_t.
 
unsigned int Model_getNumCompartments (const Model_t *m)
 _tGet_t _tthe_t _tnumber_t _tof_t _tCompartment_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t
 
unsigned int Model_getNumCompartmentTypes (const Model_t *m)
 _tGet_t _tthe_t _tnumber_t _tof_t _tCompartmentType_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t
 
unsigned int Model_getNumConstraints (const Model_t *m)
 _tGet_t _tthe_t _tnumber_t _tof_t _tConstraint_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t
 
unsigned int Model_getNumEvents (const Model_t *m)
 _tGet_t _tthe_t _tnumber_t _tof_t _tEvent_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t
 
unsigned int Model_getNumFunctionDefinitions (const Model_t *m)
 _tGet_t _tthe_t _tnumber_t _tof_t _tFunctionDefinition_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t
 
unsigned int Model_getNumInitialAssignments (const Model_t *m)
 _tGet_t _tthe_t _tnumber_t _tof_t _tInitialAssignment_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t
 
unsigned int Model_getNumParameters (const Model_t *m)
 _tGet_t _tthe_t _tnumber_t _tof_t _tParameter_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t
 
unsigned int Model_getNumReactions (const Model_t *m)
 _tGet_t _tthe_t _tnumber_t _tof_t _tReaction_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t
 
unsigned int Model_getNumRules (const Model_t *m)
 _tGet_t _tthe_t _tnumber_t _tof_t _tRule_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t
 
unsigned int Model_getNumSpecies (const Model_t *m)
 _tGet_t _tthe_t _tnumber_t _tof_t _tSpecies_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t
 
unsigned int Model_getNumSpeciesTypes (const Model_t *m)
 _tGet_t _tthe_t _tnumber_t _tof_t _tSpeciesType_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t
 
unsigned int Model_getNumSpeciesWithBoundaryCondition (const Model_t *m)
 _tGet_t _tthe_t _tnumber_t _tof_t _tSpecies_t_t _tstructure_t _tin_t _tthis_t _tModel_t_t _tstructure_t _thaving_t _tnonzero_t _tvalues_t _tfor_t _ttheir_t "_tboundaryCondition_t" _tattribute_t.
 
unsigned int Model_getNumUnitDefinitions (const Model_t *m)
 _tGet_t _tthe_t _tnumber_t _tof_t _tUnitDefinition_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t
 
Parameter_tModel_getParameter (Model_t *m, unsigned int n)
 _tGet_t _tthe_t _tnth_t _tParameter_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
Parameter_tModel_getParameterById (Model_t *m, const char *sid)
 _tGet_t _tthe_t _tParameter_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
Reaction_tModel_getReaction (Model_t *m, unsigned int n)
 _tGet_t _tthe_t _tnth_t _tReaction_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
Reaction_tModel_getReactionById (Model_t *m, const char *sid)
 _tGet_t _tthe_t _tReaction_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
Rule_tModel_getRule (Model_t *m, unsigned int n)
 _tGet_t _tthe_t _tnth_t _tRule_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
Rule_tModel_getRuleByVar (Model_t *m, const char *variable)
 @_treturn_t _tthe_t _tRule_t_t _tin_t _tthis_t _tModel_t_t _twith_t _tthe_t _tgiven_t _tvariable_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tRule_t_t _texists_t.
 
Species_tModel_getSpecies (Model_t *m, unsigned int n)
 _tGet_t _tthe_t _tnth_t _tSpecies_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
Species_tModel_getSpeciesById (Model_t *m, const char *sid)
 _tGet_t _tthe_t _tSpecies_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
SpeciesReference_tModel_getSpeciesReferenceById (Model_t *m, const char *sid)
 _tGet_t _tthe_t _tSpeciesReference_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
SpeciesType_tModel_getSpeciesType (Model_t *m, unsigned int n)
 _tGet_t _tthe_t _tnth_t _tSpeciesType_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
SpeciesType_tModel_getSpeciesTypeById (Model_t *m, const char *sid)
 _tGet_t _tthe_t _tSpeciesType_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
const char * Model_getSubstanceUnits (const Model_t *m)
 _tGet_t _tthe_t _tsubstanceUnits_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
const char * Model_getTimeUnits (const Model_t *m)
 _tGet_t _tthe_t _ttimeUnits_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
UnitDefinition_tModel_getUnitDefinition (Model_t *m, unsigned int n)
 _tGet_t _tthe_t _tnth_t _tUnitDefinition_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
UnitDefinition_tModel_getUnitDefinitionById (Model_t *m, const char *sid)
 _tGet_t _tthe_t _tUnitDefinition_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
const char * Model_getVolumeUnits (const Model_t *m)
 _tGet_t _tthe_t _tvolumeUnits_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_isPopulatedListFormulaUnitsData (Model_t *m)
 @_tendcond_t
 
int Model_isSetAreaUnits (const Model_t *m)
 _tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tareaUnits_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.
 
int Model_isSetConversionFactor (const Model_t *m)
 _tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tconversionFactor_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.
 
int Model_isSetExtentUnits (const Model_t *m)
 _tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _textentUnits_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.
 
int Model_isSetId (const Model_t *m)
 _tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tidentifier_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.
 
int Model_isSetLengthUnits (const Model_t *m)
 _tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tlengthUnits_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.
 
int Model_isSetModelHistory (Model_t *m)
 _tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tModelHistory_t_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.
 
int Model_isSetName (const Model_t *m)
 _tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tname_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.
 
int Model_isSetSubstanceUnits (const Model_t *m)
 _tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tsubstanceUnits_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.
 
int Model_isSetTimeUnits (const Model_t *m)
 _tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _ttimeUnits_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.
 
int Model_isSetVolumeUnits (const Model_t *m)
 _tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tvolumeUnits_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.
 
void Model_populateListFormulaUnitsData (Model_t *m)
 @_tcond_t _tdoxygenLibsbmlInternal_t
 
Compartment_tModel_removeCompartment (Model_t *m, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tCompartment_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Compartment_tModel_removeCompartmentById (Model_t *m, const char *sid)
 _tRemoves_t _tthe_t _tCompartment_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
CompartmentType_tModel_removeCompartmentType (Model_t *m, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tCompartmentType_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
CompartmentType_tModel_removeCompartmentTypeById (Model_t *m, const char *sid)
 _tRemoves_t _tthe_t _tCompartmentType_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Constraint_tModel_removeConstraint (Model_t *m, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tConstraint_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Event_tModel_removeEvent (Model_t *m, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tEvent_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Event_tModel_removeEventById (Model_t *m, const char *sid)
 _tRemoves_t _tthe_t _tEvent_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
FunctionDefinition_tModel_removeFunctionDefinition (Model_t *m, unsigned int n)
 @_tendcond_t
 
FunctionDefinition_tModel_removeFunctionDefinitionById (Model_t *m, const char *sid)
 _tRemoves_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
InitialAssignment_tModel_removeInitialAssignment (Model_t *m, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tInitialAssignment_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
InitialAssignment_tModel_removeInitialAssignmentBySym (Model_t *m, const char *symbol)
 _tRemoves_t _tthe_t _tInitialAssignment_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tsymbol_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Parameter_tModel_removeParameter (Model_t *m, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tParameter_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Parameter_tModel_removeParameterById (Model_t *m, const char *sid)
 _tRemoves_t _tthe_t _tParameter_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Reaction_tModel_removeReaction (Model_t *m, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tReaction_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Reaction_tModel_removeReactionById (Model_t *m, const char *sid)
 _tRemoves_t _tthe_t _tReaction_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Rule_tModel_removeRule (Model_t *m, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tRule_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Rule_tModel_removeRuleByVar (Model_t *m, const char *variable)
 _tRemoves_t _tthe_t _tRule_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tvariable_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Species_tModel_removeSpecies (Model_t *m, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tSpecies_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
Species_tModel_removeSpeciesById (Model_t *m, const char *sid)
 _tRemoves_t _tthe_t _tSpecies_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
SpeciesType_tModel_removeSpeciesType (Model_t *m, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tSpeciesType_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
SpeciesType_tModel_removeSpeciesTypeById (Model_t *m, const char *sid)
 _tRemoves_t _tthe_t _tSpeciesType_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
UnitDefinition_tModel_removeUnitDefinition (Model_t *m, unsigned int n)
 _tRemoves_t _tthe_t _tnth_t _tUnitDefinition_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
UnitDefinition_tModel_removeUnitDefinitionById (Model_t *m, const char *sid)
 _tRemoves_t _tthe_t _tUnitDefinition_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.
 
int Model_setAreaUnits (Model_t *m, const char *units)
 _tSet_t _tthe_t _tareaUnits_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_setConversionFactor (Model_t *m, const char *sid)
 _tSet_t _tthe_t _tconversionFactor_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_setExtentUnits (Model_t *m, const char *units)
 _tSet_t _tthe_t _textentUnits_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_setId (Model_t *m, const char *sid)
 _tSet_t _tthe_t _tidentifier_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_setLengthUnits (Model_t *m, const char *units)
 _tSet_t _tthe_t _tlengthUnits_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_setModelHistory (Model_t *m, ModelHistory_t *history)
 _tSet_t _tthe_t _tModelHistory_t_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_setName (Model_t *m, const char *name)
 _tSet_t _tthe_t _tidentifier_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_setSubstanceUnits (Model_t *m, const char *units)
 _tSet_t _tthe_t _tsubstanceUnits_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_setTimeUnits (Model_t *m, const char *units)
 _tSet_t _tthe_t _ttimeUnits_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_setVolumeUnits (Model_t *m, const char *units)
 _tSet_t _tthe_t _tvolumeUnits_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_unsetAreaUnits (Model_t *m)
 _tUnsets_t _tthe_t "_tareaUnits_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_unsetConversionFactor (Model_t *m)
 _tUnsets_t _tthe_t "_tconversionFactor_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_unsetExtentUnits (Model_t *m)
 _tUnsets_t _tthe_t "_textentUnits_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_unsetId (Model_t *m)
 _tUnsets_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_unsetLengthUnits (Model_t *m)
 _tUnsets_t _tthe_t "_tlengthUnits_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_unsetModelHistory (Model_t *m)
 _tUnsets_t _tthe_t _tModelHistory_t_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_unsetName (Model_t *m)
 _tUnsets_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_unsetSubstanceUnits (Model_t *m)
 _tUnsets_t _tthe_t "_tsubstanceUnits_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_unsetTimeUnits (Model_t *m)
 _tUnsets_t _tthe_t "_ttimeUnits_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 
int Model_unsetVolumeUnits (Model_t *m)
 _tUnsets_t _tthe_t "_tvolumeUnits_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.
 

Detailed Description

Definition of Model_t.

Author
Ben Bornstein

Function Documentation

◆ Model_addCompartment()

int Model_addCompartment ( Model_t m,
const Compartment_t c 
)

_tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tCompartment_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tc_t _tthe_t _tCompartment_t_t _tstructure_t _tto_t _tcopy_t _tand_t _tadd_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_addCompartmentType()

int Model_addCompartmentType ( Model_t m,
const CompartmentType_t ct 
)

_tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tCompartmentType_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tct_t _tthe_t _tCompartmentType_t_t _tstructure_t _tto_t _tcopy_t _tand_t _tadd_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_addConstraint()

int Model_addConstraint ( Model_t m,
const Constraint_t c 
)

_tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tConstraint_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tc_t _tthe_t _tConstraint_t_t _tstructure_t _tto_t _tcopy_t _tand_t _tadd_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_addEvent()

int Model_addEvent ( Model_t m,
const Event_t e 
)

_tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tEvent_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _te_t _tthe_t _tEvent_t_t _tstructure_t _tto_t _tcopy_t _tand_t _tadd_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_addFunctionDefinition()

int Model_addFunctionDefinition ( Model_t m,
const FunctionDefinition_t fd 
)

_tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tFunctionDefinition_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tfd_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _tto_t _tcopy_t _tand_t _tadd_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_addInitialAssignment()

int Model_addInitialAssignment ( Model_t m,
const InitialAssignment_t ia 
)

_tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tInitialAssignment_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tia_t _tthe_t _tInitialAssignment_t_t _tstructure_t _tto_t _tcopy_t _tand_t _tadd_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_addParameter()

int Model_addParameter ( Model_t m,
const Parameter_t p 
)

_tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tParameter_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tp_t _tthe_t _tParameter_t_t _tstructure_t _tto_t _tcopy_t _tand_t _tadd_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_addReaction()

int Model_addReaction ( Model_t m,
const Reaction_t r 
)

_tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tReaction_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tr_t _tthe_t _tReaction_t_t _tstructure_t _tto_t _tcopy_t _tand_t _tadd_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_addRule()

int Model_addRule ( Model_t m,
const Rule_t r 
)

_tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tRule_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tr_t _tthe_t _tRule_t_t _tstructure_t _tto_t _tcopy_t _tand_t _tadd_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_addSpecies()

int Model_addSpecies ( Model_t m,
const Species_t s 
)

_tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tSpecies_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _ts_t _tthe_t _tSpecies_t_t _tstructure_t _tto_t _tcopy_t _tand_t _tadd_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_addSpeciesType()

int Model_addSpeciesType ( Model_t m,
const SpeciesType_t st 
)

_tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tSpeciesType_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tst_t _tthe_t _tSpeciesType_t_t _tstructure_t _tto_t _tcopy_t _tand_t _tadd_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_addUnitDefinition()

int Model_addUnitDefinition ( Model_t m,
const UnitDefinition_t ud 
)

_tAdds_t _ta_t _tcopy_t _tof_t _ta_t _tUnitDefinition_t_t _tstructure_t _tto_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tud_t _tthe_t _tUnitDefinition_t_t _tstructure_t _tto_t _tcopy_t _tand_t _tadd_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_LEVEL_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_VERSION_MISMATCH_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_DUPLICATE_OBJECT_ID_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_clone()

Model_t * Model_clone ( const Model_t m)

_tCreates_t _tand_t _treturns_t _ta_t _tdeep_t _tcopy_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t _tto_t _tcopy_t.

@_treturn_t _ta_t (_tdeep_t) _tcopy_t _tof_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_create()

Model_t * Model_create ( unsigned int  level,
unsigned int  version 
)

@_tclass_t _tdoc_how_added_last_reaction_irrelevant_t

@_tpar_t _tThe_t _tmechanism_t _tby_t _twhich_t _tthe_t _tlast_t _tReaction_t _tobject_t _twas_t _tcreated_t _tand_t _tadded_t _tto_t _tthis_t _tModel_t _tis_t _tnot_t _tsignificant_t. _tIt_t _tcould_t _thave_t _tbeen_t _tcreated_t _tin_t _ta_t _tvariety_t _tof_t _tways_t, _tfor_t _texample_t _tusing_t _tcreateReaction_t(). _tIf_t _ta_t _tReaction_t _tdoes_t _tnot_t _texist_t _tfor_t _tthis_t _tmodel_t, _ta_t _tnew_t _tSpeciesReference_t _tis_t @_tem_t _tnot_t _tcreated_t _tand_t @_tc_t _tNULL_t _tis_t _treturned_t _tinstead_t.

@_tclass_t _tdoc_how_added_last_kineticlaw_irrelevant_t

@_tpar_t _tThe_t _tlast_t _tKineticLaw_t _tobject_t _tin_t _tthis_t _tModel_t _tcould_t _thave_t _tbeen_t _tcreated_t _tin_t _ta_t _tvariety_t _tof_t _tways_t. _tFor_t _texample_t, _tit_t _tcould_t _thave_t _tbeen_t _tadded_t _tusing_t _tcreateKineticLaw_t(), _tor_t _tit_t _tcould_t _tbe_t _tthe_t _tresult_t _tof_t _tusing_t _tReaction_t::_tcreateKineticLaw_t() _ton_t _tthe_t _tReaction_t _tobject_t _tcreated_t _tby_t _ta_t _tcreateReaction_t(). _tIf_t _ta_t _tReaction_t _tdoes_t _tnot_t _texist_t _tfor_t _tthis_t _tmodel_t, _tor_t _tthe_t _tlast_t _tReaction_t _tdoes_t _tnot_t _tcontain_t _ta_t _tKineticLaw_t _tobject_t, _ta_t _tnew_t _tParameter_t _tis_t @_tem_t _tnot_t _tcreated_t _tand_t @_tc_t _tNULL_t _tis_t _treturned_t _tinstead_t.

@_tclass_t _tdoc_how_added_last_event_irrelevant_t

@_tpar_t _tThe_t _tmechanism_t _tby_t _twhich_t _tthe_t _tlast_t _tEvent_t _tobject_t _tin_t _tthis_t _tmodel_t _twas_t _tcreated_t _tis_t _tnot_t _tsignificant_t. _tIt_t _tcould_t _thave_t _tbeen_t _tcreated_t _tin_t _ta_t _tvariety_t _tof_t _tways_t, _tfor_t _texample_t _tby_t _tusing_t _tcreateEvent_t(). _tIf_t _tno_t _tEvent_t _tobject_t _texists_t _tin_t _tthis_t _tModel_t _tobject_t, _ta_t _tnew_t _tEventAssignment_t _tis_t @_tem_t _tnot_t _tcreated_t _tand_t @_tc_t _tNULL_t _tis_t _treturned_t _tinstead_t.

_tCreates_t _ta_t _tnew_t _tModel_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBML_t @_tp_t _tlevel_t _tand_t @_tp_t _tversion_t _tvalues_t.

@_tparam_t _tlevel_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t _tLevel_t _tto_t _tassign_t _tto_t _tthis_t _tModel_t_t.

@_tparam_t _tversion_t _tan_t _tunsigned_t _tint_t, _tthe_t _tSBML_t _tVersion_t _tto_t _tassign_t _tto_t _tthis_t _tModel_t_t.

@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnewly_t _tcreated_t _tModel_t_t _tstructure_t.

@_tcopydetails_t _tdoc_note_setting_lv_t

@_tmemberof_t _tModel_t_t

@_tclass_t _tdoc_how_added_last_reaction_irrelevant_t

@_tcond_t _tdoxygenIgnored_t

◆ Model_createAlgebraicRule()

Rule_t * Model_createAlgebraicRule ( Model_t m)

_tCreates_t _ta_t _tnew_t _tAlgebraicRule_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tAlgebraicRule_t_t _tstructure_t _tcreated_t.

@_tmemberof_t _tModel_t_t

◆ Model_createAssignmentRule()

Rule_t * Model_createAssignmentRule ( Model_t m)

_tCreates_t _ta_t _tnew_t _tAssignmentRule_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tAssignmentRule_t_t _tstructure_t _tcreated_t

@_tmemberof_t _tModel_t_t

◆ Model_createCompartment()

Compartment_t * Model_createCompartment ( Model_t m)

_tCreates_t _ta_t _tnew_t _tCompartment_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tCompartment_t_t _tstructure_t _tcreated_t

@_tmemberof_t _tModel_t_t

◆ Model_createCompartmentType()

CompartmentType_t * Model_createCompartmentType ( Model_t m)

_tCreates_t _ta_t _tnew_t _tCompartmentType_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tCompartmentType_t_t _tstructure_t _tcreated_t

@_tmemberof_t _tModel_t_t

◆ Model_createConstraint()

Constraint_t * Model_createConstraint ( Model_t m)

_tCreates_t _ta_t _tnew_t _tConstraint_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tConstraint_t_t _tstructure_t _tcreated_t.

@_tmemberof_t _tModel_t_t

◆ Model_createDelay()

Delay_t * Model_createDelay ( Model_t m)

_tCreates_t _ta_t _tnew_t _tDelay_t_t _tstructure_t _tinside_t _tthe_t _tlast_t _tEvent_t_t _tstructure_t _tcreated_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tmechanism_t _tby_t _twhich_t _tthe_t _tlast_t _tEvent_t_t _tstructure_t _twas_t _tcreated_t _tis_t _tnot_t _tsignificant_t. _tIt_t _tcould_t _thave_t _tbeen_t _tcreated_t _tin_t _ta_t _tvariety_t _tof_t _tways_t, _tfor_t _texample_t _tby_t _tusing_t _tModel_createEvent_t(). _tIf_t _tan_t _tEvent_t_t _tstructure_t _tdoes_t _tnot_t _texist_t, _ta_t _tnew_t _tDelay_t_t _tstructure_t _tis_t @_tem_t _tnot_t _tcreated_t _tand_t _tNULL_t _tis_t _treturned_t _tinstead_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tnew_t _tDelay_t_t _tstructure_t

@_tmemberof_t _tModel_t_t

◆ Model_createEvent()

Event_t * Model_createEvent ( Model_t m)

_tCreates_t _ta_t _tnew_t _tEvent_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _ta_t _tnew_t _tEvent_t_t _tstructure_t

@_tmemberof_t _tModel_t_t

◆ Model_createEventAssignment()

EventAssignment_t * Model_createEventAssignment ( Model_t m)

_tCreates_t _ta_t _tnew_t _tEventAssignment_t_t _tstructure_t _tinside_t _tthe_t _tlast_t _tEvent_t_t _tstructure_t _tcreated_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tmechanism_t _tby_t _twhich_t _tthe_t _tlast_t _tEvent_t_t _tstructure_t _twas_t _tcreated_t _tis_t _tnot_t _tsignificant_t. _tIt_t _tcould_t _thave_t _tbeen_t _tcreated_t _tin_t _ta_t _tvariety_t _tof_t _tways_t, _tfor_t _texample_t _tby_t _tusing_t _tModel_createEvent_t(). _tIf_t _tan_t _tEvent_t_t _tstructure_t _tdoes_t _tnot_t _texist_t, _ta_t _tnew_t _tEventAssignment_t_t _tstructure_t _tis_t @_tem_t _tnot_t _tcreated_t _tand_t _tNULL_t _tis_t _treturned_t _tinstead_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tnew_t _tEventAssignment_t_t _tstructure_t

@_tmemberof_t _tModel_t_t

◆ Model_createFunctionDefinition()

FunctionDefinition_t * Model_createFunctionDefinition ( Model_t m)

_tCreates_t _ta_t _tnew_t _tFunctionDefinition_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tnew_t _tFunctionDefinition_t_t _tstructure_t

@_tmemberof_t _tModel_t_t

◆ Model_createInitialAssignment()

InitialAssignment_t * Model_createInitialAssignment ( Model_t m)

_tCreates_t _ta_t _tnew_t _tInitialAssignment_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tInitialAssignment_t_t _tstructure_t _tcreated_t

@_tmemberof_t _tModel_t_t

◆ Model_createKineticLaw()

KineticLaw_t * Model_createKineticLaw ( Model_t m)

_tCreates_t _ta_t _tnew_t _tKineticLaw_t_t _tstructure_t _tinside_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tmechanism_t _tby_t _twhich_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _twas_t _tcreated_t _tand_t _tadded_t _tto_t @_tp_t _tm_t _tis_t _tnot_t _tsignificant_t. _tIt_t _tcould_t _thave_t _tbeen_t _tcreated_t _tin_t _ta_t _tvariety_t _tof_t _tways_t, _tfor_t _texample_t _tusing_t _tModel_createReaction_t(). _tIf_t _ta_t _tReaction_t_t _tstructure_t _tdoes_t _tnot_t _texist_t _tfor_t _tthe_t _tmodel_t, _tor_t _ta_t _tReaction_t_t _tstructure_t _texists_t _tbut_t _talready_t _tcontains_t _ta_t _tKineticLaw_t_t _tstructure_t, _ta_t _tnew_t _tKineticLaw_t_t _tis_t @_tem_t _tnot_t _tcreated_t _tand_t @_tc_t _tNULL_t _tis_t _treturned_t _tinstead_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tKineticLaw_t_t _tstructure_t _tcreated_t

@_tmemberof_t _tModel_t_t

◆ Model_createKineticLawLocalParameter()

LocalParameter_t * Model_createKineticLawLocalParameter ( Model_t m)

_tCreates_t _ta_t _tnew_t _tLocalParameter_t_t _tstructure_t _tinside_t _tthe_t _tKineticLaw_t_t _tstructure_t _tof_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tcreated_t _tinside_t _tthe_t _tgiven_t _tmodel_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tlast_t _tKineticLaw_t_t _tstructure_t _tcould_t _thave_t _tbeen_t _tcreated_t _tin_t _ta_t _tvariety_t _tof_t _tways_t. _tFor_t _texample_t, _tit_t _tcould_t _thave_t _tbeen_t _tadded_t _tusing_t _tModel_createKineticLaw_t(), _tor_t _tit_t _tcould_t _tbe_t _tthe_t _tresult_t _tof_t _tusing_t _tReaction_createKineticLaw_t() _ton_t _tthe_t _tReaction_t_t _tstructure_t _tcreated_t _tby_t _ta_t _tModel_createReaction_t(). _tIf_t _ta_t _tReaction_t_t _tstructure_t _tdoes_t _tnot_t _texist_t _tfor_t _tthis_t _tmodel_t, _tor_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tdoes_t _tnot_t _tcontain_t _ta_t _tKineticLaw_t_t _tstructure_t, _ta_t _tnew_t _tLocalParameter_t_t _tis_t @_tem_t _tnot_t _tcreated_t _tand_t _tNULL_t _tis_t _treturned_t _tinstead_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tLocalParameter_t_t _tstructure_t _tcreated_t

@_tmemberof_t _tModel_t_t

◆ Model_createKineticLawParameter()

Parameter_t * Model_createKineticLawParameter ( Model_t m)

_tCreates_t _ta_t _tnew_t _tlocal_t _tParameter_t_t _tstructure_t _tinside_t _tthe_t _tKineticLaw_t_t _tstructure_t _tof_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tcreated_t _tinside_t _tthe_t _tgiven_t _tmodel_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tlast_t _tKineticLaw_t_t _tstructure_t _tcould_t _thave_t _tbeen_t _tcreated_t _tin_t _ta_t _tvariety_t _tof_t _tways_t. _tFor_t _texample_t, _tit_t _tcould_t _thave_t _tbeen_t _tadded_t _tusing_t _tModel_createKineticLaw_t(), _tor_t _tit_t _tcould_t _tbe_t _tthe_t _tresult_t _tof_t _tusing_t _tReaction_createKineticLaw_t() _ton_t _tthe_t _tReaction_t_t _tstructure_t _tcreated_t _tby_t _ta_t _tModel_createReaction_t(). _tIf_t _ta_t _tReaction_t_t _tstructure_t _tdoes_t _tnot_t _texist_t _tfor_t _tthis_t _tmodel_t, _tor_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tdoes_t _tnot_t _tcontain_t _ta_t _tKineticLaw_t_t _tstructure_t, _ta_t _tnew_t _tParameter_t_t _tis_t @_tem_t _tnot_t _tcreated_t _tand_t _tNULL_t _tis_t _treturned_t _tinstead_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tParameter_t_t _tstructure_t _tcreated_t

@_tmemberof_t _tModel_t_t

◆ Model_createModifier()

SpeciesReference_t * Model_createModifier ( Model_t m)

_tCreates_t _ta_t _tnew_t _tmodifier_t _tSpeciesReference_t_t _tstructure_t _tfor_t _ta_t _treactant_t _tinside_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tmechanism_t _tby_t _twhich_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _twas_t _tcreated_t _tand_t _tadded_t _tto_t @_tp_t _tm_t _tis_t _tnot_t _tsignificant_t. _tIt_t _tcould_t _thave_t _tbeen_t _tcreated_t _tin_t _ta_t _tvariety_t _tof_t _tways_t, _tfor_t _texample_t _tusing_t _tModel_createReaction_t(). _tIf_t _ta_t _tReaction_t_t _tstructure_t _tdoes_t _tnot_t _texist_t, _ta_t _tnew_t _tmodifier_t _tSpeciesReference_t_t _tstructure_t _tis_t @_tem_t _tnot_t _tcreated_t _tand_t @_tc_t _tNULL_t _tis_t _treturned_t _tinstead_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tmodifier_t _tSpeciesReference_t_t _tstructure_t _tcreated_t

@_tmemberof_t _tModel_t_t

◆ Model_createParameter()

Parameter_t * Model_createParameter ( Model_t m)

_tCreates_t _ta_t _tnew_t _tParameter_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tParameter_t_t _tstructure_t _tcreated_t

@_tmemberof_t _tModel_t_t

◆ Model_createProduct()

SpeciesReference_t * Model_createProduct ( Model_t m)

_tCreates_t _ta_t _tnew_t _tSpeciesReference_t_t _tstructure_t _tfor_t _ta_t _tproduct_t _tinside_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tmechanism_t _tby_t _twhich_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _twas_t _tcreated_t _tand_t _tadded_t _tto_t @_tp_t _tm_t _tis_t _tnot_t _tsignificant_t. _tIt_t _tcould_t _thave_t _tbeen_t _tcreated_t _tin_t _ta_t _tvariety_t _tof_t _tways_t, _tfor_t _texample_t _tusing_t _tModel_createReaction_t(). _tIf_t _ta_t _tReaction_t_t _tstructure_t _tdoes_t _tnot_t _texist_t, _ta_t _tnew_t _tSpeciesReference_t_t _tstructure_t _tis_t @_tem_t _tnot_t _tcreated_t _tand_t @_tc_t _tNULL_t _tis_t _treturned_t _tinstead_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tSpeciesReference_t_t _tstructure_t _tcreated_t

@_tmemberof_t _tModel_t_t

◆ Model_createRateRule()

Rule_t * Model_createRateRule ( Model_t m)

_tCreates_t _ta_t _tnew_t _tRateRule_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tRateRule_t_t _tstructure_t _tcreated_t.

@_tmemberof_t _tModel_t_t

◆ Model_createReactant()

SpeciesReference_t * Model_createReactant ( Model_t m)

_tCreates_t _ta_t _tnew_t _tSpeciesReference_t_t _tstructure_t _tfor_t _ta_t _treactant_t _tinside_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tmechanism_t _tby_t _twhich_t _tthe_t _tlast_t _tReaction_t_t _tstructure_t _twas_t _tcreated_t _tand_t _tadded_t _tto_t @_tp_t _tm_t _tis_t _tnot_t _tsignificant_t. _tIt_t _tcould_t _thave_t _tbeen_t _tcreated_t _tin_t _ta_t _tvariety_t _tof_t _tways_t, _tfor_t _texample_t _tusing_t _tModel_createReaction_t(). _tIf_t _ta_t _tReaction_t_t _tstructure_t _tdoes_t _tnot_t _texist_t, _ta_t _tnew_t _tSpeciesReference_t_t _tstructure_t _tis_t @_tem_t _tnot_t _tcreated_t _tand_t @_tc_t _tNULL_t _tis_t _treturned_t _tinstead_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tSpeciesReference_t_t _tstructure_t _tcreated_t

@_tmemberof_t _tModel_t_t

◆ Model_createReaction()

Reaction_t * Model_createReaction ( Model_t m)

_tCreates_t _ta_t _tnew_t _tReaction_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tReaction_t_t _tstructure_t _tcreated_t.

@_tmemberof_t _tModel_t_t

◆ Model_createSpecies()

Species_t * Model_createSpecies ( Model_t m)

_tCreates_t _ta_t _tnew_t _tSpecies_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tSpecies_t_t _tstructure_t _tcreated_t

@_tmemberof_t _tModel_t_t

◆ Model_createSpeciesType()

SpeciesType_t * Model_createSpeciesType ( Model_t m)

_tCreates_t _ta_t _tnew_t _tSpeciesType_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tSpeciesType_t_t _tstructure_t _tcreated_t

@_tmemberof_t _tModel_t_t

◆ Model_createTrigger()

Trigger_t * Model_createTrigger ( Model_t m)

_tCreates_t _ta_t _tnew_t _tTrigger_t_t _tstructure_t _tinside_t _tthe_t _tlast_t _tEvent_t_t _tstructure_t _tcreated_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t, _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tmechanism_t _tby_t _twhich_t _tthe_t _tlast_t _tEvent_t_t _tstructure_t _twas_t _tcreated_t _tis_t _tnot_t _tsignificant_t. _tIt_t _tcould_t _thave_t _tbeen_t _tcreated_t _tin_t _ta_t _tvariety_t _tof_t _tways_t, _tfor_t _texample_t _tby_t _tusing_t _tModel_createEvent_t(). _tIf_t _tan_t _tEvent_t_t _tstructure_t _tdoes_t _tnot_t _texist_t, _ta_t _tnew_t _tTrigger_t_t _tstructure_t _tis_t @_tem_t _tnot_t _tcreated_t _tand_t _tNULL_t _tis_t _treturned_t _tinstead_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tnew_t _tTrigger_t_t _tstructure_t

@_tmemberof_t _tModel_t_t

◆ Model_createUnit()

Unit_t * Model_createUnit ( Model_t m)

_tCreates_t _ta_t _tnew_t _tUnit_t_t _tstructure_t _tinside_t _tthe_t _tlast_t _tUnitDefinition_t_t _tstructure_t _tcreated_t _tin_t _tthis_t _tmodel_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tmechanism_t _tby_t _twhich_t _tthe_t _tUnitDefinition_t_t _tstructure_t _twas_t _tcreated_t _tis_t _tnot_t _tsignificant_t. _tIf_t _ta_t _tUnitDefinition_t_t _tdoes_t _tnot_t _texist_t _tin_t _tthis_t _tmodel_t, _ta_t _tnew_t _tUnit_t_t _tstructure_t _tis_t @_tem_t _tnot_t _tcreated_t _tand_t @_tc_t _tNULL_t _tis_t _treturned_t _tinstead_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tUnit_t_t _tstructure_t _tcreated_t, _tor_t @_tc_t _tNULL_t.

@_tmemberof_t _tModel_t_t

◆ Model_createUnitDefinition()

UnitDefinition_t * Model_createUnitDefinition ( Model_t m)

_tCreates_t _ta_t _tnew_t _tUnitDefinition_t_t _tstructure_t _tinside_t _tthe_t _tgiven_t _tModel_t_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tnew_t _tUnitDefinition_t_t _tstructure_t

@_tmemberof_t _tModel_t_t

◆ Model_createWithNS()

Model_t * Model_createWithNS ( SBMLNamespaces_t sbmlns)

_tCreates_t _ta_t _tnew_t _tModel_t_t _tstructure_t _tusing_t _tthe_t _tgiven_t _tSBMLNamespaces_t_t _tstructure_t.

@_tparam_t _tsbmlns_t _tSBMLNamespaces_t_t, _ta_t _tpointer_t _tto_t _tan_t _tSBMLNamespaces_t_t _tstructure_t _tto_t _tassign_t _tto_t _tthis_t _tModel_t_t.

@_treturn_t _ta_t _tpointer_t _tto_t _tthe_t _tnewly_t _tcreated_t _tModel_t_t _tstructure_t.

@_tcopydetails_t _tdoc_note_setting_lv_t

@_tmemberof_t _tModel_t_t

◆ Model_free()

void Model_free ( Model_t m)

_tFrees_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_structure_t _tto_t _tfree_t.

@_tmemberof_t _tModel_t_t

◆ Model_getAreaUnits()

const char * Model_getAreaUnits ( const Model_t m)

_tGet_t _tthe_t _tareaUnits_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tareaUnits_t _tof_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_getCompartment()

Compartment_t * Model_getCompartment ( Model_t m,
unsigned int  n 
)

_tGet_t _tthe_t _tnth_t _tCompartment_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tCompartment_t_t _tsought_t.

@_treturn_t _tthe_t _tCompartment_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getCompartmentById()

Compartment_t * Model_getCompartmentById ( Model_t m,
const char *  sid 
)

_tGet_t _tthe_t _tCompartment_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tidentifier_t _tof_t _tthe_t _tCompartment_t_t _tstructure_t _tsought_t.

@_treturn_t _tthe_t _tCompartment_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getCompartmentType()

CompartmentType_t * Model_getCompartmentType ( Model_t m,
unsigned int  n 
)

_tGet_t _tthe_t _tnth_t _tCompartmentType_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tCompartmentType_t_t _tsought_t.

@_treturn_t _tthe_t _tCompartmentType_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getCompartmentTypeById()

CompartmentType_t * Model_getCompartmentTypeById ( Model_t m,
const char *  sid 
)

_tGet_t _tthe_t _tCompartmentType_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tidentifier_t _tof_t _tthe_t _tCompartmentType_t_t _tstructure_t _tsought_t.

@_treturn_t _tthe_t _tCompartmentType_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getConstraint()

Constraint_t * Model_getConstraint ( Model_t m,
unsigned int  n 
)

_tGet_t _tthe_t _tnth_t _tConstraint_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tConstraint_t_t _tsought_t.

@_treturn_t _tthe_t _tConstraint_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getConversionFactor()

const char * Model_getConversionFactor ( const Model_t m)

_tGet_t _tthe_t _tconversionFactor_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tconversionFactor_t _tof_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_getEvent()

Event_t * Model_getEvent ( Model_t m,
unsigned int  n 
)

_tGet_t _tthe_t _tnth_t _tEvent_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tEvent_t_t _tsought_t.

@_treturn_t _tthe_t _tEvent_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getEventById()

Event_t * Model_getEventById ( Model_t m,
const char *  sid 
)

_tGet_t _tthe_t _tEvent_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tidentifier_t _tof_t _tthe_t _tEvent_t_t _tstructure_t _tsought_t.

@_treturn_t _tthe_t _tEvent_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getExtentUnits()

const char * Model_getExtentUnits ( const Model_t m)

_tGet_t _tthe_t _textentUnits_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _textentUnits_t _tof_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_getFunctionDefinition()

FunctionDefinition_t * Model_getFunctionDefinition ( Model_t m,
unsigned int  n 
)

_tGet_t _tthe_t _tnth_t _tFunctionDefinition_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tFunctionDefinition_t_t _tsought_t.

@_treturn_t _tthe_t _tFunctionDefinition_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getFunctionDefinitionById()

FunctionDefinition_t * Model_getFunctionDefinitionById ( Model_t m,
const char *  sid 
)

_tGet_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tidentifier_t _tof_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _tsought_t.

@_treturn_t _tthe_t _tFunctionDefinition_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getId()

const char * Model_getId ( const Model_t m)

_tGet_t _tthe_t _tidentifier_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tid_t _tof_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_getInitialAssignment()

InitialAssignment_t * Model_getInitialAssignment ( Model_t m,
unsigned int  n 
)

_tGet_t _tthe_t _tnth_t _tInitialAssignment_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tInitialAssignment_t_t _tsought_t.

@_treturn_t _tthe_t _tInitialAssignment_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getInitialAssignmentBySym()

InitialAssignment_t * Model_getInitialAssignmentBySym ( Model_t m,
const char *  symbol 
)

@_treturn_t _tthe_t _tInitialAssignment_t_t _tin_t _tthis_t _tModel_t_t _twith_t _tthe_t _tgiven_t _tsymbol_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tInitialAssignment_t_t _texists_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsymbol_t _tthe_t _tsymbol_t _tto_t _tsearch_t _tfor_t.

@_tmemberof_t _tModel_t_t

◆ Model_getLengthUnits()

const char * Model_getLengthUnits ( const Model_t m)

_tGet_t _tthe_t _tlengthUnits_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tlengthUnits_t _tof_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_getListOfCompartments()

ListOf_t * Model_getListOfCompartments ( Model_t m)

_tGet_t _tthe_t _tlist_t _tof_t _tCompartment_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tlist_t _tof_t _tCompartment_t_t _tstructures_t.

@_tmemberof_t _tModel_t_t

◆ Model_getListOfCompartmentTypes()

ListOf_t * Model_getListOfCompartmentTypes ( Model_t m)

_tGet_t _tthe_t _tlist_t _tof_t _tCompartmentType_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tlist_t _tof_t _tCompartmentType_t_t _tstructures_t.

@_tmemberof_t _tModel_t_t

◆ Model_getListOfConstraints()

ListOf_t * Model_getListOfConstraints ( Model_t m)

_tGet_t _tthe_t _tlist_t _tof_t _tConstraint_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tlist_t _tof_t _tConstraint_t_t _tstructures_t.

@_tmemberof_t _tModel_t_t

◆ Model_getListOfEvents()

ListOf_t * Model_getListOfEvents ( Model_t m)

_tGet_t _tthe_t _tlist_t _tof_t _tEvent_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tlist_t _tof_t _tEvent_t_t _tstructures_t.

@_tmemberof_t _tModel_t_t

◆ Model_getListOfFunctionDefinitions()

ListOf_t * Model_getListOfFunctionDefinitions ( Model_t m)

_tGet_t _tthe_t _tlist_t _tof_t _tFunctionDefinition_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tlist_t _tof_t _tFunctionDefinition_t_t _tstructures_t

@_tmemberof_t _tModel_t_t

◆ Model_getListOfInitialAssignments()

ListOf_t * Model_getListOfInitialAssignments ( Model_t m)

_tGet_t _tthe_t _tlist_t _tof_t _tInitialAssignment_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tlist_t _tof_t _tInitialAssignment_t_t _tstructures_t.

@_tmemberof_t _tModel_t_t

◆ Model_getListOfParameters()

ListOf_t * Model_getListOfParameters ( Model_t m)

_tGet_t _tthe_t _tlist_t _tof_t _tParameter_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tlist_t _tof_t _tParameter_t_t _tstructures_t.

@_tmemberof_t _tModel_t_t

◆ Model_getListOfReactions()

ListOf_t * Model_getListOfReactions ( Model_t m)

_tGet_t _tthe_t _tlist_t _tof_t _tReaction_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tlist_t _tof_t _tReaction_t_t _tstructures_t.

@_tmemberof_t _tModel_t_t

◆ Model_getListOfRules()

ListOf_t * Model_getListOfRules ( Model_t m)

_tGet_t _tthe_t _tlist_t _tof_t _tRule_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tlist_t _tof_t _tRule_t_t _tstructures_t.

@_tmemberof_t _tModel_t_t

◆ Model_getListOfSpecies()

ListOf_t * Model_getListOfSpecies ( Model_t m)

_tGet_t _tthe_t _tlist_t _tof_t _tSpecies_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tlist_t _tof_t _tSpecies_t_t _tstructures_t.

@_tmemberof_t _tModel_t_t

◆ Model_getListOfSpeciesTypes()

ListOf_t * Model_getListOfSpeciesTypes ( Model_t m)

_tGet_t _tthe_t _tlist_t _tof_t _tSpeciesType_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tlist_t _tof_t _tSpeciesType_t_t _tstructures_t.

@_tmemberof_t _tModel_t_t

◆ Model_getListOfUnitDefinitions()

ListOf_t * Model_getListOfUnitDefinitions ( Model_t m)

_tGet_t _tthe_t _tlist_t _tof_t _tUnitDefinition_t_t _tstructures_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tlist_t _tof_t _tUnitDefinition_t_t _tstructures_t.

@_tmemberof_t _tModel_t_t

◆ Model_getModelHistory()

ModelHistory_t * Model_getModelHistory ( Model_t m)

_tReturns_t _tthe_t _tModelHistory_t_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tModelHistory_t_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_getName()

const char * Model_getName ( const Model_t m)

_tGet_t _tthe_t _tname_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tname_t _tof_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_getNamespaces()

const XMLNamespaces_t * Model_getNamespaces ( Model_t m)

_tReturns_t _ta_t _tlist_t _tof_t _tXMLNamespaces_t_t _tassociated_t _twith_t _tthis_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tpointer_t _tto_t _tthe_t _tXMLNamespaces_t_t _tstructure_t _tassociated_t _twith_t _tthis_t _tstructure_t

@_tmemberof_t _tModel_t_t

◆ Model_getNumCompartments()

unsigned int Model_getNumCompartments ( const Model_t m)

_tGet_t _tthe_t _tnumber_t _tof_t _tCompartment_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tan_t _tunsigned_t _tinteger_t _tas_t _tthe_t _tcount_t _tof_t _tCompartment_t_t _tstructures_t _tin_t @_tp_t _tm_t

@_tmemberof_t _tModel_t_t

◆ Model_getNumCompartmentTypes()

unsigned int Model_getNumCompartmentTypes ( const Model_t m)

_tGet_t _tthe_t _tnumber_t _tof_t _tCompartmentType_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tan_t _tunsigned_t _tinteger_t _tas_t _tthe_t _tcount_t _tof_t _tCompartmentType_t_t _tstructures_t _tin_t @_tp_t _tm_t

@_tmemberof_t _tModel_t_t

◆ Model_getNumConstraints()

unsigned int Model_getNumConstraints ( const Model_t m)

_tGet_t _tthe_t _tnumber_t _tof_t _tConstraint_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tan_t _tunsigned_t _tinteger_t _tas_t _tthe_t _tcount_t _tof_t _tConstraint_t_t _tstructures_t _tin_t @_tp_t _tm_t

@_tmemberof_t _tModel_t_t

◆ Model_getNumEvents()

unsigned int Model_getNumEvents ( const Model_t m)

_tGet_t _tthe_t _tnumber_t _tof_t _tEvent_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tan_t _tunsigned_t _tinteger_t _tas_t _tthe_t _tcount_t _tof_t _tEvent_t_t _tstructures_t _tin_t @_tp_t _tm_t

@_tmemberof_t _tModel_t_t

◆ Model_getNumFunctionDefinitions()

unsigned int Model_getNumFunctionDefinitions ( const Model_t m)

_tGet_t _tthe_t _tnumber_t _tof_t _tFunctionDefinition_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tan_t _tunsigned_t _tinteger_t _tas_t _tthe_t _tcount_t _tof_t _tFunctionDefinition_t_t _tstructures_t _tin_t @_tp_t _tm_t

@_tmemberof_t _tModel_t_t

◆ Model_getNumInitialAssignments()

unsigned int Model_getNumInitialAssignments ( const Model_t m)

_tGet_t _tthe_t _tnumber_t _tof_t _tInitialAssignment_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tan_t _tunsigned_t _tinteger_t _tas_t _tthe_t _tcount_t _tof_t _tInitialAssignment_t_t _tstructures_t _tin_t @_tp_t _tm_t

@_tmemberof_t _tModel_t_t

◆ Model_getNumParameters()

unsigned int Model_getNumParameters ( const Model_t m)

_tGet_t _tthe_t _tnumber_t _tof_t _tParameter_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tan_t _tunsigned_t _tinteger_t _tas_t _tthe_t _tcount_t _tof_t _tParameter_t_t _tstructures_t _tin_t @_tp_t _tm_t

@_tmemberof_t _tModel_t_t

◆ Model_getNumReactions()

unsigned int Model_getNumReactions ( const Model_t m)

_tGet_t _tthe_t _tnumber_t _tof_t _tReaction_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tan_t _tunsigned_t _tinteger_t _tas_t _tthe_t _tcount_t _tof_t _tReaction_t_t _tstructures_t _tin_t @_tp_t _tm_t

@_tmemberof_t _tModel_t_t

◆ Model_getNumRules()

unsigned int Model_getNumRules ( const Model_t m)

_tGet_t _tthe_t _tnumber_t _tof_t _tRule_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tan_t _tunsigned_t _tinteger_t _tas_t _tthe_t _tcount_t _tof_t _tRule_t_t _tstructures_t _tin_t @_tp_t _tm_t

@_tmemberof_t _tModel_t_t

◆ Model_getNumSpecies()

unsigned int Model_getNumSpecies ( const Model_t m)

_tGet_t _tthe_t _tnumber_t _tof_t _tSpecies_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tan_t _tunsigned_t _tinteger_t _tas_t _tthe_t _tcount_t _tof_t _tSpecies_t_t _tstructures_t _tin_t @_tp_t _tm_t

@_tmemberof_t _tModel_t_t

◆ Model_getNumSpeciesTypes()

unsigned int Model_getNumSpeciesTypes ( const Model_t m)

_tGet_t _tthe_t _tnumber_t _tof_t _tSpeciesType_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tan_t _tunsigned_t _tinteger_t _tas_t _tthe_t _tcount_t _tof_t _tSpeciesType_t_t _tstructures_t _tin_t @_tp_t _tm_t

@_tmemberof_t _tModel_t_t

◆ Model_getNumSpeciesWithBoundaryCondition()

unsigned int Model_getNumSpeciesWithBoundaryCondition ( const Model_t m)

_tGet_t _tthe_t _tnumber_t _tof_t _tSpecies_t_t _tstructure_t _tin_t _tthis_t _tModel_t_t _tstructure_t _thaving_t _tnonzero_t _tvalues_t _tfor_t _ttheir_t "_tboundaryCondition_t" _tattribute_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tan_t _tunsigned_t _tinteger_t _tas_t _tthe_t _tcount_t _tof_t _tSpecies_t_t _tstructures_t

@_tmemberof_t _tModel_t_t

◆ Model_getNumUnitDefinitions()

unsigned int Model_getNumUnitDefinitions ( const Model_t m)

_tGet_t _tthe_t _tnumber_t _tof_t _tUnitDefinition_t_t _tstructures_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tan_t _tunsigned_t _tinteger_t _tas_t _tthe_t _tcount_t _tof_t _tUnitDefinition_t_t _tstructures_t _tin_t @_tp_t _tm_t

@_tmemberof_t _tModel_t_t

◆ Model_getParameter()

Parameter_t * Model_getParameter ( Model_t m,
unsigned int  n 
)

_tGet_t _tthe_t _tnth_t _tParameter_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tParameter_t_t _tsought_t.

@_treturn_t _tthe_t _tParameter_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getParameterById()

Parameter_t * Model_getParameterById ( Model_t m,
const char *  sid 
)

_tGet_t _tthe_t _tParameter_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tidentifier_t _tof_t _tthe_t _tParameter_t_t _tstructure_t _tsought_t.

@_treturn_t _tthe_t _tParameter_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getReaction()

Reaction_t * Model_getReaction ( Model_t m,
unsigned int  n 
)

_tGet_t _tthe_t _tnth_t _tReaction_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tReaction_t_t _tsought_t.

@_treturn_t _tthe_t _tReaction_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getReactionById()

Reaction_t * Model_getReactionById ( Model_t m,
const char *  sid 
)

_tGet_t _tthe_t _tReaction_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tidentifier_t _tof_t _tthe_t _tReaction_t_t _tstructure_t _tsought_t.

@_treturn_t _tthe_t _tReaction_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getRule()

Rule_t * Model_getRule ( Model_t m,
unsigned int  n 
)

_tGet_t _tthe_t _tnth_t _tRule_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tRule_t_t _tsought_t.

@_treturn_t _tthe_t _tRule_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getRuleByVar()

Rule_t * Model_getRuleByVar ( Model_t m,
const char *  variable 
)

@_treturn_t _tthe_t _tRule_t_t _tin_t _tthis_t _tModel_t_t _twith_t _tthe_t _tgiven_t _tvariable_t _tor_t @_tc_t _tNULL_t _tif_t _tno_t _tsuch_t _tRule_t_t _texists_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tvariable_t _tthe_t _tvariable_t _tto_t _tsearch_t _tfor_t.

@_tmemberof_t _tModel_t_t

◆ Model_getSpecies()

Species_t * Model_getSpecies ( Model_t m,
unsigned int  n 
)

_tGet_t _tthe_t _tnth_t _tSpecies_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tSpecies_t_t _tsought_t.

@_treturn_t _tthe_t _tSpecies_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getSpeciesById()

Species_t * Model_getSpeciesById ( Model_t m,
const char *  sid 
)

_tGet_t _tthe_t _tSpecies_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tidentifier_t _tof_t _tthe_t _tSpecies_t_t _tstructure_t _tsought_t.

@_treturn_t _tthe_t _tSpecies_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getSpeciesReferenceById()

SpeciesReference_t * Model_getSpeciesReferenceById ( Model_t m,
const char *  sid 
)

_tGet_t _tthe_t _tSpeciesReference_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tidentifier_t _tof_t _tthe_t _tSpeciesReference_t_t _tstructure_t _tsought_t.

@_treturn_t _tthe_t _tSpeciesReference_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getSpeciesType()

SpeciesType_t * Model_getSpeciesType ( Model_t m,
unsigned int  n 
)

_tGet_t _tthe_t _tnth_t _tSpeciesType_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tSpeciesType_t_t _tsought_t.

@_treturn_t _tthe_t _tSpeciesType_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getSpeciesTypeById()

SpeciesType_t * Model_getSpeciesTypeById ( Model_t m,
const char *  sid 
)

_tGet_t _tthe_t _tSpeciesType_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tidentifier_t _tof_t _tthe_t _tSpeciesType_t_t _tstructure_t _tsought_t.

@_treturn_t _tthe_t _tSpeciesType_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getSubstanceUnits()

const char * Model_getSubstanceUnits ( const Model_t m)

_tGet_t _tthe_t _tsubstanceUnits_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tsubstanceUnits_t _tof_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_getTimeUnits()

const char * Model_getTimeUnits ( const Model_t m)

_tGet_t _tthe_t _ttimeUnits_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _ttimeUnits_t _tof_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_getUnitDefinition()

UnitDefinition_t * Model_getUnitDefinition ( Model_t m,
unsigned int  n 
)

_tGet_t _tthe_t _tnth_t _tUnitDefinition_t_t _tstructure_t _tcontained_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tUnitDefinition_t_t _tsought_t.

@_treturn_t _tthe_t _tUnitDefinition_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getUnitDefinitionById()

UnitDefinition_t * Model_getUnitDefinitionById ( Model_t m,
const char *  sid 
)

_tGet_t _tthe_t _tUnitDefinition_t_t _tstructure_t _twhose_t _tidentifier_t _tis_t @_tp_t _tsid_t _tin_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tidentifier_t _tof_t _tthe_t _tUnitDefinition_t_t _tstructure_t _tsought_t.

@_treturn_t _tthe_t _tUnitDefinition_t_t _tif_t _tfound_t, _tor_t @_tc_t _tNULL_t _tif_t _tnot_t _tfound_t

@_tmemberof_t _tModel_t_t

◆ Model_getVolumeUnits()

const char * Model_getVolumeUnits ( const Model_t m)

_tGet_t _tthe_t _tvolumeUnits_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t _tthe_t _tvolumeUnits_t _tof_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_isPopulatedListFormulaUnitsData()

int Model_isPopulatedListFormulaUnitsData ( Model_t m)

@_tendcond_t

@_tcond_t _tdoxygenLibsbmlInternal_t

_tPredicate_t _treturning_t @_tc_t _t1_t (_ttrue_t) _tor_t @_tc_t _t0_t (_tfalse_t) _tdepending_t _ton_t _twhether_t _tthe_t _tlist_t _tof_t _tFormulaUnitsData_t _tis_t _tpopulated_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tlist_t _tof_t _tFormulaUnitsData_t _tis_t _tpopulated_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tModel_t_t

◆ Model_isSetAreaUnits()

int Model_isSetAreaUnits ( const Model_t m)

_tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tareaUnits_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tareaUnits_t" _tattribute_t _tof_t _tthis_t _tModel_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tModel_t_t

◆ Model_isSetConversionFactor()

int Model_isSetConversionFactor ( const Model_t m)

_tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tconversionFactor_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tconversionFactor_t" _tattribute_t _tof_t _tthis_t _tModel_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tModel_t_t

◆ Model_isSetExtentUnits()

int Model_isSetExtentUnits ( const Model_t m)

_tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _textentUnits_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_textentUnits_t" _tattribute_t _tof_t _tthis_t _tModel_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tModel_t_t

◆ Model_isSetId()

int Model_isSetId ( const Model_t m)

_tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tidentifier_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthis_t _tModel_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tModel_t_t

◆ Model_isSetLengthUnits()

int Model_isSetLengthUnits ( const Model_t m)

_tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tlengthUnits_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tlengthUnits_t" _tattribute_t _tof_t _tthis_t _tModel_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tModel_t_t

◆ Model_isSetModelHistory()

int Model_isSetModelHistory ( Model_t m)

_tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tModelHistory_t_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t _tModelHistory_t_t _tof_t _tthis_t _tModel_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tModel_t_t

◆ Model_isSetName()

int Model_isSetName ( const Model_t m)

_tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tname_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthis_t _tModel_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tModel_t_t

◆ Model_isSetSubstanceUnits()

int Model_isSetSubstanceUnits ( const Model_t m)

_tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tsubstanceUnits_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tsubstanceUnits_t" _tattribute_t _tof_t _tthis_t _tModel_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tModel_t_t

◆ Model_isSetTimeUnits()

int Model_isSetTimeUnits ( const Model_t m)

_tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _ttimeUnits_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_ttimeUnits_t" _tattribute_t _tof_t _tthis_t _tModel_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tModel_t_t

◆ Model_isSetVolumeUnits()

int Model_isSetVolumeUnits ( const Model_t m)

_tPredicate_t _tfor_t _ttesting_t _twhether_t _tthe_t _tvolumeUnits_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t _tis_t _tassigned_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_treturn_t @_tc_t _t1_t (_ttrue_t) _tif_t _tthe_t "_tvolumeUnits_t" _tattribute_t _tof_t _tthis_t _tModel_t_t _tstructure_t _tis_t _tset_t, @_tc_t _t0_t (_tfalse_t) _totherwise_t.

@_tmemberof_t _tModel_t_t

◆ Model_populateListFormulaUnitsData()

void Model_populateListFormulaUnitsData ( Model_t m)

@_tcond_t _tdoxygenLibsbmlInternal_t

_tPopulates_t _tthe_t _tlist_t _tof_t _tFormulaDataUnits_t _twith_t _tthe_t _tunits_t _tderived_t _tfor_t _tthe_t _tmodel_t. _tThe_t _tlist_t _tcontains_t _telements_t _tof_t _tclass_t _tFormulaUnitsData_t.

_tThe_t _tfirst_t _telement_t _tof_t _tthe_t _tlist_t _trefers_t _tto_t _tthe_t _tdefault_t _tunits_t _tof_t '_tsubstance_t _tper_t _ttime_t' _tderived_t _tfrom_t _tthe_t _tmodel_t _tand_t _thas_t _tthe_t _tunitReferenceId_t '_tsubs_per_time_t'. _tThis_t _tfacilitates_t _tthe_t _tcomparison_t _tof_t _tunits_t _tderived_t _tfrom_t _tmathematical_t _tformula_t _twith_t _tthe_t _texpected_t _tunits_t.

_tThe_t _tnext_t _telements_t _tof_t _tthe_t _tlist_t _trecord_t _tthe_t _tunits_t _tof_t _tthe_t _tcompartments_t _tand_t _tspecies_t _testablished_t _tfrom_t _teither_t _texplicitly_t _tdeclared_t _tor_t _tdefault_t _tunits_t.

_tThe_t _tnext_t _telements_t _trecord_t _tthe_t _tunits_t _tof_t _tany_t _tparameters_t.

_tSubsequent_t _telements_t _tof_t _tthe_t _tlist_t _trecord_t _tthe_t _tunits_t _tderived_t _tfor_t _teach_t _tmathematical_t _texpression_t _tencountered_t _twithin_t _tthe_t _tmodel_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_tnote_t _tThis_t _tfunction_t _tis_t _tutilised_t _tby_t _tthe_t _tUnit_t _tConsistency_t _tValidator_t. _tThe_t _tList_t _tis_t _tpopulated_t _tprior_t _tto_t _trunning_t _tthe_t _tvalidation_t _tand_t _tthus_t _tthe_t _tconsistency_t _tof_t _tunits_t _tcan_t _tbe_t _tchecked_t _tby_t _taccessing_t _tthe_t _tmembers_t _tof_t _tthe_t _tlist_t _tand_t _tcomparing_t _tthe_t _tappropriate_t _tdata_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeCompartment()

Compartment_t * Model_removeCompartment ( Model_t m,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tCompartment_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tCompartment_t_t _tsought_t.

@_treturn_t _tthe_t _tCompartment_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeCompartmentById()

Compartment_t * Model_removeCompartmentById ( Model_t m,
const char *  sid 
)

_tRemoves_t _tthe_t _tCompartment_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tCompartment_t_t _tsought_t.

@_treturn_t _tthe_t _tCompartment_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tno_t _tCompartment_t_t _tstructure_t _twith_t _tthe_t _tidentifier_t _texists_t _tin_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeCompartmentType()

CompartmentType_t * Model_removeCompartmentType ( Model_t m,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tCompartmentType_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tCompartmentType_t_t _tsought_t.

@_treturn_t _tthe_t _tCompartmentType_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeCompartmentTypeById()

CompartmentType_t * Model_removeCompartmentTypeById ( Model_t m,
const char *  sid 
)

_tRemoves_t _tthe_t _tCompartmentType_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tCompartmentType_t_t _tsought_t.

@_treturn_t _tthe_t _tCompartmentType_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tno_t _tCompartmentType_t_t _tstructure_t _twith_t _tthe_t _tidentifier_t _texists_t _tin_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeConstraint()

Constraint_t * Model_removeConstraint ( Model_t m,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tConstraint_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tConstraint_t_t _tsought_t.

@_treturn_t _tthe_t _tConstraint_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeEvent()

Event_t * Model_removeEvent ( Model_t m,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tEvent_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tEvent_t_t _tsought_t.

@_treturn_t _tthe_t _tEvent_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeEventById()

Event_t * Model_removeEventById ( Model_t m,
const char *  sid 
)

_tRemoves_t _tthe_t _tEvent_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tEvent_t_t _tsought_t.

@_treturn_t _tthe_t _tEvent_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tno_t _tEvent_t_t _tstructure_t _twith_t _tthe_t _tidentifier_t _texists_t _tin_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeFunctionDefinition()

FunctionDefinition_t * Model_removeFunctionDefinition ( Model_t m,
unsigned int  n 
)

@_tendcond_t

_tRemoves_t _tthe_t _tnth_t _tFunctionDefinition_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tFunctionDefinition_t_t _tsought_t.

@_treturn_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeFunctionDefinitionById()

FunctionDefinition_t * Model_removeFunctionDefinitionById ( Model_t m,
const char *  sid 
)

_tRemoves_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tFunctionDefinition_t_t _tsought_t.

@_treturn_t _tthe_t _tFunctionDefinition_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tno_t _tFunctionDefinition_t_t _tstructure_t _twith_t _tthe_t _tidentifier_t _texists_t _tin_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeInitialAssignment()

InitialAssignment_t * Model_removeInitialAssignment ( Model_t m,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tInitialAssignment_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tInitialAssignment_t_t _tsought_t.

@_treturn_t _tthe_t _tInitialAssignment_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeInitialAssignmentBySym()

InitialAssignment_t * Model_removeInitialAssignmentBySym ( Model_t m,
const char *  symbol 
)

_tRemoves_t _tthe_t _tInitialAssignment_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tsymbol_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsymbol_t _tthe_t _tstring_t _tof_t _tthe_t "_tsymbol_t" _tattribute_t _tof_t _tthe_t _tInitialAssignment_t_t _tsought_t.

@_treturn_t _tthe_t _tInitialAssignment_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tno_t _tInitialAssignment_t_t _tstructure_t _twith_t _tthe_t "_tsymbol_t" _tattribute_t _texists_t _tin_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeParameter()

Parameter_t * Model_removeParameter ( Model_t m,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tParameter_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tParameter_t_t _tsought_t.

@_treturn_t _tthe_t _tParameter_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeParameterById()

Parameter_t * Model_removeParameterById ( Model_t m,
const char *  sid 
)

_tRemoves_t _tthe_t _tParameter_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tParameter_t_t _tsought_t.

@_treturn_t _tthe_t _tParameter_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tno_t _tParameter_t_t _tstructure_t _twith_t _tthe_t _tidentifier_t _texists_t _tin_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeReaction()

Reaction_t * Model_removeReaction ( Model_t m,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tReaction_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tReaction_t_t _tsought_t.

@_treturn_t _tthe_t _tReaction_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeReactionById()

Reaction_t * Model_removeReactionById ( Model_t m,
const char *  sid 
)

_tRemoves_t _tthe_t _tReaction_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tReaction_t_t _tsought_t.

@_treturn_t _tthe_t _tReaction_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tno_t _tReaction_t_t _tstructure_t _twith_t _tthe_t _tidentifier_t _texists_t _tin_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeRule()

Rule_t * Model_removeRule ( Model_t m,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tRule_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tRule_t_t _tsought_t.

@_treturn_t _tthe_t _tRule_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeRuleByVar()

Rule_t * Model_removeRuleByVar ( Model_t m,
const char *  variable 
)

_tRemoves_t _tthe_t _tRule_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tvariable_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tvariable_t _tthe_t _tstring_t _tof_t _tthe_t "_tvariable_t" _tattribute_t _tof_t _tthe_t _tRule_t_t _tsought_t.

@_treturn_t _tthe_t _tRule_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tno_t _tRule_t_t _tstructure_t _twith_t _tthe_t "_tvariable_t" _tattribute_t _texists_t _tin_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeSpecies()

Species_t * Model_removeSpecies ( Model_t m,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tSpecies_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tSpecies_t_t _tsought_t.

@_treturn_t _tthe_t _tSpecies_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeSpeciesById()

Species_t * Model_removeSpeciesById ( Model_t m,
const char *  sid 
)

_tRemoves_t _tthe_t _tSpecies_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tSpecies_t_t _tsought_t.

@_treturn_t _tthe_t _tSpecies_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tno_t _tSpecies_t_t _tstructure_t _twith_t _tthe_t _tidentifier_t _texists_t _tin_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeSpeciesType()

SpeciesType_t * Model_removeSpeciesType ( Model_t m,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tSpeciesType_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tSpeciesType_t_t _tsought_t.

@_treturn_t _tthe_t _tSpeciesType_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeSpeciesTypeById()

SpeciesType_t * Model_removeSpeciesTypeById ( Model_t m,
const char *  sid 
)

_tRemoves_t _tthe_t _tSpeciesType_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tSpeciesType_t_t _tsought_t.

@_treturn_t _tthe_t _tSpeciesType_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tno_t _tSpeciesType_t_t _tstructure_t _twith_t _tthe_t _tidentifier_t _texists_t _tin_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeUnitDefinition()

UnitDefinition_t * Model_removeUnitDefinition ( Model_t m,
unsigned int  n 
)

_tRemoves_t _tthe_t _tnth_t _tUnitDefinition_t_t _tstructure_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tn_t _tthe_t _tinteger_t _tindex_t _tof_t _tthe_t _tUnitDefinition_t_t _tsought_t.

@_treturn_t _tthe_t _tUnitDefinition_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _titem_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tthe_t _tgiven_t _tindex_t _tis_t _tout_t _tof_t _trange_t.

@_tmemberof_t _tModel_t_t

◆ Model_removeUnitDefinitionById()

UnitDefinition_t * Model_removeUnitDefinitionById ( Model_t m,
const char *  sid 
)

_tRemoves_t _tthe_t _tUnitDefinition_t_t _tstructure_t _twith_t _tthe_t _tgiven_t "_tid_t" _tattribute_t _tfrom_t _tthis_t _tModel_t_t _tstructure_t _tand_t _treturns_t _ta_t _tpointer_t _tto_t _tit_t.

_tThe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t _tand_t _tis_t _tresponsible_t _tfor_t _tdeleting_t _tit_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tstring_t _tof_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tUnitDefinition_t_t _tsought_t.

@_treturn_t _tthe_t _tUnitDefinition_t_t _tstructure_t _tremoved_t. _tAs_t _tmentioned_t _tabove_t, _tthe_t _tcaller_t _towns_t _tthe_t _treturned_t _tstructure_t. @_tc_t _tNULL_t _tis_t _treturned_t _tif_t _tno_t _tUnitDefinition_t_t _tstructure_t _twith_t _tthe_t _tidentifier_t _texists_t _tin_t _tthis_t _tModel_t_t _tstructure_t.

@_tmemberof_t _tModel_t_t

◆ Model_setAreaUnits()

int Model_setAreaUnits ( Model_t m,
const char *  units 
)

_tSet_t _tthe_t _tareaUnits_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

_tThis_t _tcopies_t _tthe_t _tstring_t _tin_t @_tp_t _tunits_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tunits_t _tthe_t _tidentifier_t _tstring_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t}

@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tunits_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tareaUnits_t" _tattribute_t.

@_tmemberof_t _tModel_t_t

◆ Model_setConversionFactor()

int Model_setConversionFactor ( Model_t m,
const char *  sid 
)

_tSet_t _tthe_t _tconversionFactor_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

_tThis_t _tcopies_t _tthe_t _tstring_t _tin_t @_tp_t _tsid_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tidentifier_t _tstring_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t}

@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tsid_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tconversionFactor_t" _tattribute_t.

@_tmemberof_t _tModel_t_t

◆ Model_setExtentUnits()

int Model_setExtentUnits ( Model_t m,
const char *  units 
)

_tSet_t _tthe_t _textentUnits_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

_tThis_t _tcopies_t _tthe_t _tstring_t _tin_t @_tp_t _tunits_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tunits_t _tthe_t _tidentifier_t _tstring_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t}

@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tunits_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_textentUnits_t" _tattribute_t.

@_tmemberof_t _tModel_t_t

◆ Model_setId()

int Model_setId ( Model_t m,
const char *  sid 
)

_tSet_t _tthe_t _tidentifier_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

_tThis_t _tcopies_t _tthe_t _tstring_t _tin_t @_tp_t _tsid_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tsid_t _tthe_t _tidentifier_t _tstring_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t}

@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tan_t @_tp_t _tsid_t _tof_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tid_t" _tattribute_t.

@_tmemberof_t _tModel_t_t

◆ Model_setLengthUnits()

int Model_setLengthUnits ( Model_t m,
const char *  units 
)

_tSet_t _tthe_t _tlengthUnits_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

_tThis_t _tcopies_t _tthe_t _tstring_t _tin_t @_tp_t _tunits_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tunits_t _tthe_t _tidentifier_t _tstring_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t}

@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tunits_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tlengthUnits_t" _tattribute_t.

@_tmemberof_t _tModel_t_t

◆ Model_setModelHistory()

int Model_setModelHistory ( Model_t m,
ModelHistory_t history 
)

_tSet_t _tthe_t _tModelHistory_t_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _thistory_t _tthe_t _tModelHistory_t_t _tstructure_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_OBJECT_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_setName()

int Model_setName ( Model_t m,
const char *  name 
)

_tSet_t _tthe_t _tidentifier_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

_tThis_t _tcopies_t _tthe_t _tstring_t _tin_t @_tp_t _tname_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tname_t _tthe_t _tname_t _tstring_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t}

@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tthe_t _tname_t _tset_t _tto_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tname_t" _tattribute_t.

@_tmemberof_t _tModel_t_t

◆ Model_setSubstanceUnits()

int Model_setSubstanceUnits ( Model_t m,
const char *  units 
)

_tSet_t _tthe_t _tsubstanceUnits_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

_tThis_t _tcopies_t _tthe_t _tstring_t _tin_t @_tp_t _tunits_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tunits_t _tthe_t _tidentifier_t _tstring_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t}

@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tunits_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tsubstanceUnits_t" _tattribute_t.

@_tmemberof_t _tModel_t_t

◆ Model_setTimeUnits()

int Model_setTimeUnits ( Model_t m,
const char *  units 
)

_tSet_t _tthe_t _ttimeUnits_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

_tThis_t _tcopies_t _tthe_t _tstring_t _tin_t @_tp_t _tunits_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tunits_t _tthe_t _tidentifier_t _tstring_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t}

@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tunits_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_ttimeUnits_t" _tattribute_t.

@_tmemberof_t _tModel_t_t

◆ Model_setVolumeUnits()

int Model_setVolumeUnits ( Model_t m,
const char *  units 
)

_tSet_t _tthe_t _tvolumeUnits_t _tattribute_t _tof_t _ta_t _tgiven_t _tModel_t_t _tstructure_t.

_tThis_t _tcopies_t _tthe_t _tstring_t _tin_t @_tp_t _tunits_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t. @_tparam_t _tunits_t _tthe_t _tidentifier_t _tstring_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_INVALID_ATTRIBUTE_VALUE_t, _tOperationReturnValues_t_t}

@_tnote_t _tUsing_t _tthis_t _tfunction_t _twith_t _tunits_t _tNULL_t _tis_t _tequivalent_t _tto_t _tunsetting_t _tthe_t "_tvolumeUnits_t" _tattribute_t.

@_tmemberof_t _tModel_t_t

◆ Model_unsetAreaUnits()

int Model_unsetAreaUnits ( Model_t m)

_tUnsets_t _tthe_t "_tareaUnits_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_unsetConversionFactor()

int Model_unsetConversionFactor ( Model_t m)

_tUnsets_t _tthe_t "_tconversionFactor_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_unsetExtentUnits()

int Model_unsetExtentUnits ( Model_t m)

_tUnsets_t _tthe_t "_textentUnits_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_unsetId()

int Model_unsetId ( Model_t m)

_tUnsets_t _tthe_t "_tid_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_unsetLengthUnits()

int Model_unsetLengthUnits ( Model_t m)

_tUnsets_t _tthe_t "_tlengthUnits_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_unsetModelHistory()

int Model_unsetModelHistory ( Model_t m)

_tUnsets_t _tthe_t _tModelHistory_t_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_unsetName()

int Model_unsetName ( Model_t m)

_tUnsets_t _tthe_t "_tname_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_unsetSubstanceUnits()

int Model_unsetSubstanceUnits ( Model_t m)

_tUnsets_t _tthe_t "_tsubstanceUnits_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_unsetTimeUnits()

int Model_unsetTimeUnits ( Model_t m)

_tUnsets_t _tthe_t "_ttimeUnits_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t

◆ Model_unsetVolumeUnits()

int Model_unsetVolumeUnits ( Model_t m)

_tUnsets_t _tthe_t "_tvolumeUnits_t" _tattribute_t _tof_t _tthe_t _tgiven_t _tModel_t_t _tstructure_t.

@_tparam_t _tm_t _tthe_t _tModel_t_t _tstructure_t.

@_tcopydetails_t _tdoc_returns_success_code_t @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_SUCCESS_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_UNEXPECTED_ATTRIBUTE_t, _tOperationReturnValues_t_t} @_tli_t @_tsbmlconstant_t{_tLIBSBML_OPERATION_FAILED_t, _tOperationReturnValues_t_t}

@_tmemberof_t _tModel_t_t