public interface MeltingComputationMethod
Modifier and Type | Method and Description |
---|---|
ThermoResult |
computesThermodynamics()
This method is called to compute the melting temperature.
|
RegisterMethods |
getRegister()
This method is called to get the RegisterMethod of the implemented class.
|
boolean |
isApplicable()
This method is called to check that the options entered by the users are applicable with the used model (class).
|
void |
setUpVariables(java.util.HashMap<java.lang.String,java.lang.String> options)
Creates the Environment object and set up the variables of the chosen model.
|
ThermoResult computesThermodynamics()
boolean isApplicable()
void setUpVariables(java.util.HashMap<java.lang.String,java.lang.String> options)
options
- containing all the options (default options and options entered by the user)RegisterMethods getRegister()