MATLAB_SBML_STRUCTURE_FUNCTIONS\FUNCTIONDEFINITION

The functions allow users to create and work with the SBML FunctionDefinition structure.

Function are:


FunctionDefinition = FunctionDefinition_create(level(optional), version(optional) )

Takes

  1. level, an integer representing an SBML level (optional)
  2. version, an integer representing an SBML version (optional)

Returns

  1. a MATLAB_SBML FunctionDefinition structure of the appropriate level and version

NOTE: the optional level and version preserve backwards compatibility a missing version argument will default to L1V2; L2V4 or L3V1 missing both arguments will default to L3V1


id = FunctionDefinition_getId(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. the value of the id attribute

math = FunctionDefinition_getMath(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. the value of the math attribute

metaid = FunctionDefinition_getMetaid(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. the value of the metaid attribute

name = FunctionDefinition_getName(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. the value of the name attribute

sboTerm = FunctionDefinition_getSBOTerm(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. the value of the sboTerm attribute

value = FunctionDefinition_isSetId(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. value =

value = FunctionDefinition_isSetMath(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. value =

value = FunctionDefinition_isSetMetaid(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. value =

value = FunctionDefinition_isSetName(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. value =

value = FunctionDefinition_isSetSBOTerm(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. value =

SBMLFunctionDefinition = FunctionDefinition_setId(SBMLFunctionDefinition, id)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure
  2. id; a string representing the id to be set

Returns

  1. the SBML FunctionDefinition structure with the new value for the id attribute

SBMLFunctionDefinition = FunctionDefinition_setMath(SBMLFunctionDefinition, math)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure
  2. math; string representing the math expression math to be set

Returns

  1. the SBML FunctionDefinition structure with the new value for the math attribute

SBMLFunctionDefinition = FunctionDefinition_setMetaid(SBMLFunctionDefinition, metaid)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure
  2. metaid; a string representing the metaid to be set

Returns

  1. the SBML FunctionDefinition structure with the new value for the metaid attribute

SBMLFunctionDefinition = FunctionDefinition_setName(SBMLFunctionDefinition, name)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure
  2. name; a string representing the name to be set

Returns

  1. the SBML FunctionDefinition structure with the new value for the name attribute

SBMLFunctionDefinition = FunctionDefinition_setSBOTerm(SBMLFunctionDefinition, sboTerm)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure
  2. sboTerm, an integer representing the sboTerm to be set

Returns

  1. the SBML FunctionDefinition structure with the new value for the sboTerm attribute

SBMLFunctionDefinition = FunctionDefinition_unsetId(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. the SBML FunctionDefinition structure with the id attribute unset

SBMLFunctionDefinition = FunctionDefinition_unsetMath(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. the SBML FunctionDefinition structure with the math attribute unset

SBMLFunctionDefinition = FunctionDefinition_unsetMetaid(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. the SBML FunctionDefinition structure with the metaid attribute unset

SBMLFunctionDefinition = FunctionDefinition_unsetName(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. the SBML FunctionDefinition structure with the name attribute unset

SBMLFunctionDefinition = FunctionDefinition_unsetSBOTerm(SBMLFunctionDefinition)

Takes

  1. SBMLFunctionDefinition, an SBML FunctionDefinition structure

Returns

  1. the SBML FunctionDefinition structure with the sboTerm attribute unset