Package | Description |
---|---|
melting.methodInterfaces | |
melting.patternModels |
Modifier and Type | Method and Description |
---|---|
DataCollect |
PatternComputationMethod.getCollector()
This method is called to get the DataCollect of the implemented class.
|
Modifier and Type | Method and Description |
---|---|
void |
PatternComputationMethod.loadFile(String name,
DataCollect collector)
To load the thermodynamic parameters from the file "name" and stock them in the map of a DataCollect object.
|
Modifier and Type | Field and Description |
---|---|
protected DataCollect |
PatternComputation.collector
DataCollect collector : contains the data HasMap with the thermodynamic parameters for the pattern computation.
|
Modifier and Type | Method and Description |
---|---|
DataCollect |
PatternComputation.getCollector() |
Modifier and Type | Method and Description |
---|---|
void |
PatternComputation.loadFile(String name,
DataCollect collector) |