public class Tan07SodiumCorrection extends EntropyCorrection implements NamedMethod
Constructor and Description |
---|
Tan07SodiumCorrection() |
Modifier and Type | Method and Description |
---|---|
static double |
calculateFreeEnergyPerBaseStack(Environment environment)
represents the function associated with the electrostatic folding free energy per base stack.
|
protected double |
correctEntropy(Environment environment)
corrects the computed entropy (delta S (Na = 1M)).
|
ThermoResult |
correctMeltingResults(Environment environment)
This method is called to correct the computed melting temperature.
|
java.lang.String |
getName()
Gets the full name of the method.
|
boolean |
isApplicable(Environment environment)
Check if the environment chosen by the user is a applicable with the correction model.
|
public boolean isApplicable(Environment environment)
CorrectionMethod
isApplicable
in interface CorrectionMethod
isApplicable
in class EntropyCorrection
public ThermoResult correctMeltingResults(Environment environment)
CorrectionMethod
correctMeltingResults
in interface CorrectionMethod
correctMeltingResults
in class EntropyCorrection
protected double correctEntropy(Environment environment)
EntropyCorrection
correctEntropy
in class EntropyCorrection
public static double calculateFreeEnergyPerBaseStack(Environment environment)
environment
- public java.lang.String getName()
getName
in interface NamedMethod