public interface SodiumEquivalentMethod
Modifier and Type | Method and Description |
---|---|
double |
computeSodiumEquivalent(double Na,
double Mg,
double K,
double Tris,
double dNTP)
This method is called to convert an initial sodium concentration in a new equivalent sodium concentration
which takes in account the other cation concentrations.
|
boolean |
isApplicable(java.util.HashMap<java.lang.String,java.lang.String> options)
Check if the model to compute an equivalent sodium cencentration is applicable with the options entered by the user.
|
double computeSodiumEquivalent(double Na, double Mg, double K, double Tris, double dNTP)
Na
- : sodium concentration entered by the userMg
- : magnesium concentration entered by the userK
- : potassium concentration entered by the userTris
- : Tris buffer concentration entered by the user.dNTP
- : dNTP concentration entered by the userboolean isApplicable(java.util.HashMap<java.lang.String,java.lang.String> options)
options
- which contains the options. (default options and options entered by the user)