Version 1.2 (June 2013)
 All Classes Namespaces Files Functions Variables Pages
Packages | Classes
Package simulator.reaction

Packages

package  kinetic
 Package of kinetic factors that comprise the multiplicative terms that make up the reaction kinetics in iDynoMiCS.
 

Classes

class  FirstOrder
 Modelled First-Order reactions. This class is deprecated. More...
 
class  Reaction
 Class containing methods to create and query reactions that occur in the simulation. More...
 
class  ReactionFactor
 Allows creation of a Reaction object whose the reaction rate can be decomposed in several kinetic factors (one factor by solute) More...
 
class  ReactionFactorWithConstant
 Allows creation of a Reaction object whose the reaction rate can be decomposed in several kinetic factor (one factor by solute), but adds a constant factor to the calculation. More...
 
class  ReactionGrowthFitness
 Captures the fitness cost associated with the carriage of a plasmid. More...
 
class  SingleMonod
 Deprecated. Was used to create pathways described by a simple Monod kinetic y1 S1 -> y2 S2+X where ยต=muMax*S1/(Ks+S1) More...