public class Main
extends java.lang.Object
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static ThermoResult |
getMeltingResults(java.lang.String[] args,
OptionManagement optionManager)
Compute the entropy, enthalpy and melting temperature, and return
these results.
|
static void |
main(java.lang.String[] args) |
public static ThermoResult getMeltingResults(java.lang.String[] args, OptionManagement optionManager)
args
- options (entered by the user) that determine the
sequence, hybridization type and other features of the
environment.optionManager
- the OptionManagement
which
allows the program to manage the different
options entered by the user.public static void main(java.lang.String[] args)
args
- : contains the options entered by the user.