Package bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.kineticlaws
Class IrreversibleKineticLaw
- java.lang.Object
-
- bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.kineticlaws.AbstractKineticLaw
-
- bio.singa.simulation.model.modules.concentration.imlementations.reactions.behaviors.kineticlaws.IrreversibleKineticLaw
-
- All Implemented Interfaces:
KineticLaw
public class IrreversibleKineticLaw 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 IrreversibleKineticLaw(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
-
IrreversibleKineticLaw
public IrreversibleKineticLaw(Reaction reaction)
-
-
Method Detail
-
determineVelocity
public double determineVelocity(ReactionEvent reactionEvent)
-
-