FBC_PACKAGE\MATLAB_SBML_STRUCTURES\FLUXBOUND

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

Function are:


FluxBound = FluxBound_create(level, version, pkgVersion)

Takes

  1. level, an integer representing an SBML level
  2. version, an integer representing an SBML version
  3. pkgVersion, an integer representing an SBML package version

Returns

  1. a MATLAB_SBML FBC FluxBound structure of the appropriate level, version and pkgVersion

id = FluxBound_getId(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. the value of the fbc_id attribute

metaid = FluxBound_getMetaid(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. the value of the metaid attribute

operation = FluxBound_getOperation(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. the value of the fbc_operation attribute

reaction = FluxBound_getReaction(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. the value of the fbc_reaction attribute

sboTerm = FluxBound_getSBOTerm(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. the value of the sboTerm attribute

value = FluxBound_getValue(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. the value of the fbc_value attribute

id = FluxBound_isSetId(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. value =

metaid = FluxBound_isSetMetaid(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. value =

operation = FluxBound_isSetOperation(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. value =

reaction = FluxBound_isSetReaction(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. value =

sboTerm = FluxBound_isSetSBOTerm(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. value =

value = FluxBound_isSetValue(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. value =

SBMLFluxBound = FluxBound_setId(SBMLFluxBound, id)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure
  2. id, a string representing the fbc_id to be set

Returns

  1. the SBML FBC FluxBound structure with the new value for the fbc_id attribute

SBMLFluxBound = FluxBound_setMetaid(SBMLFluxBound, metaid)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure
  2. metaid, a string representing the metaid to be set

Returns

  1. the SBML FBC FluxBound structure with the new value for the metaid attribute

SBMLFluxBound = FluxBound_setOperation(SBMLFluxBound, operation)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure
  2. operation, a string representing the fbc_operation to be set

Returns

  1. the SBML FBC FluxBound structure with the new value for the fbc_operation attribute

SBMLFluxBound = FluxBound_setReaction(SBMLFluxBound, reaction)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure
  2. reaction, a string representing the fbc_reaction to be set

Returns

  1. the SBML FBC FluxBound structure with the new value for the fbc_reaction attribute

SBMLFluxBound = FluxBound_setSBOTerm(SBMLFluxBound, sboTerm)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure
  2. sboTerm, a number representing the sboTerm to be set

Returns

  1. the SBML FBC FluxBound structure with the new value for the sboTerm attribute

SBMLFluxBound = FluxBound_setValue(SBMLFluxBound, value)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure
  2. value, a number representing the fbc_value to be set

Returns

  1. the SBML FBC FluxBound structure with the new value for the fbc_value attribute

SBMLFluxBound = FluxBound_unsetId(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. the SBML FBC FluxBound structure with the fbc_id attribute unset

SBMLFluxBound = FluxBound_unsetMetaid(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. the SBML FBC FluxBound structure with the metaid attribute unset

SBMLFluxBound = FluxBound_unsetOperation(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. the SBML FBC FluxBound structure with the fbc_operation attribute unset

SBMLFluxBound = FluxBound_unsetReaction(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. the SBML FBC FluxBound structure with the fbc_reaction attribute unset

SBMLFluxBound = FluxBound_unsetSBOTerm(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. the SBML FBC FluxBound structure with the sboTerm attribute unset

SBMLFluxBound = FluxBound_unsetValue(SBMLFluxBound)

Takes

  1. SBMLFluxBound, an SBML FluxBound structure

Returns

  1. the SBML FBC FluxBound structure with the fbc_value attribute unset