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