libSBML C API
libSBML 5.20.2 C API
|
Implementation of Model_t. More...
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_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. | |
Model_t * | Model_create (unsigned int level, unsigned int version) |
@_tendcond_t | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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_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. | |
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. | |
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. | |
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. | |
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. | |
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_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. | |
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. | |
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_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. | |
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. | |
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_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. | |
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. | |
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_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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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_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. | |
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_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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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_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. | |
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. | |
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_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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
FunctionDefinition_t * | Model_removeFunctionDefinition (Model_t *m, unsigned int n) |
@_tendcond_t | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
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. | |
Implementation of Model_t.
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
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
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
_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
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
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
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
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
_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
_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
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
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
_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_t * Model_create | ( | unsigned int | level, |
unsigned int | version | ||
) |
@_tendcond_t
@_tclass_t _tdoc_how_added_last_reaction_irrelevant_t
@_tcond_t _tdoxygenIgnored_t
_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
_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
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
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
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
_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
_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
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
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
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
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
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
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
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
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
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
_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
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
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
_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
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
_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
_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
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_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
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
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
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
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
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
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
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
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
_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
_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
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
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
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
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
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
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
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
_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
_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
_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
_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
_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
_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
_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
_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
_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
_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
_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
_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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
_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
@_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
_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
_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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
_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
_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
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
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
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
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
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
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
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
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
_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
_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
_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
_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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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