Package | Description |
---|---|
melting | |
melting.approximativeMethods | |
melting.configuration | |
melting.nearestNeighborModel |
Modifier and Type | Method and Description |
---|---|
MeltingComputationMethod |
ThermoResult.getCalculMethod()
Gets the calculation method of the
ThermoResult . |
Modifier and Type | Method and Description |
---|---|
void |
ThermoResult.setCalculMethod(MeltingComputationMethod calculMethod)
Changes the calculation method in the
ThermoResult . |
Modifier and Type | Class and Description |
---|---|
class |
Ahsen01
This class represents the approxiamtive model ahs01.
|
class |
ApproximativeMode
This class represents the approximative model.
|
class |
MarmurChester62_93
This class represents the model che93.
|
class |
MarmurChester62_93_corr
This class represents the model che93corr.
|
class |
MarmurSchildkrautDoty
This class represents the model schdot.
|
class |
Owen69
This class represents the model owe69.
|
class |
Santalucia98
This class represents the model san98.
|
class |
Wetmur91
This class represents the model from Wetmur 1991.
|
class |
WetmurDNA91
This class represents the model wetdna91.
|
class |
WetmurDNARNA91
This class represents the model wetdnarna91.
|
class |
WetmurRNA91
This class represents the model wetrna91.
|
Modifier and Type | Method and Description |
---|---|
MeltingComputationMethod |
RegisterMethods.getMeltingComputationMethod(HashMap<String,String> optionSet)
This method is called to get the MeltingComputationMethod which represents the method or model
for the enthalpy, entropy and melting temperature computation in the HashMap 'optionSet'.
|
Modifier and Type | Class and Description |
---|---|
class |
NearestNeighborMode
This class represents the nearest neighbor model.
|