Package bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.kineticlaws
Class MichaelisMentenKineticLaw
- java.lang.Object
-
- bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.kineticlaws.AbstractKineticLaw
-
- bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.kineticlaws.MichaelisMentenKineticLaw
-
- All Implemented Interfaces:
KineticLaw
public class MichaelisMentenKineticLaw extends AbstractKineticLaw
- Author:
- cl
-
-
Field Summary
-
Fields inherited from class bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.kineticlaws.AbstractKineticLaw
cachedFeature, reaction
-
-
Constructor Summary
Constructors Constructor Description MichaelisMentenKineticLaw(Reaction reaction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doubledetermineVelocity(ReactionEvent reactionEvent)-
Methods inherited from class bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.kineticlaws.AbstractKineticLaw
getRate, getScaledRate, multiply
-
-
-
-
Constructor Detail
-
MichaelisMentenKineticLaw
public MichaelisMentenKineticLaw(Reaction reaction)
-
-
Method Detail
-
determineVelocity
public double determineVelocity(ReactionEvent reactionEvent)
-
-