Skip to content

reactionGroup

tgvaughan edited this page Jan 28, 2013 · 2 revisions

The reactionGroup element is used to group together several logically related reactions. It currently has no effect other than to make the simulation specification slightly more readable. It takes the following form:

    <reactionGroup spec='ReactionGroup'
                   reactionGroupName='STRING'
                   rate='DOUBLE'>
      <!-- Individual <reaction> elements -->
    </reactionGroup>

The reactionGroupName attribute specifies a name for the entire group of reactions. This overrides the names of individual reactions. Likewise, the rate attribute specifies a global rate for all of the reactions which overrides any rates specified for individual reactions.