|
int | getCurrentGraphIndex () |
|
void | setCurrentGraphIndex (int newIndex) |
|
int | getSize () |
|
void | displayResults () throws runTimeException, IllegalDataException, OutOfRangeException |
|
void | refreshJResult () throws runTimeException |
|
void | saveResults () throws IOException, CancelException, runTimeException, IllegalDataException |
|
void | setRadio1 (boolean Radio1) |
|
void | setRadio2 (boolean Radio2) |
|
void | refreshT () throws runTimeException, IllegalDataException |
|
void | refreshP () throws runTimeException, IllegalDataException |
|
void | setTemperatureMin (double tMin) throws TemperatureException, runTimeException, IllegalDataException |
|
void | setTemperatureMax (double tMax) throws TemperatureException |
|
void | setStepTemperature (double tStep) throws TemperatureStepException |
|
void | setPressureMin (double pMin) throws PressureException, runTimeException, IllegalDataException |
|
void | setPressureMax (double pMax) throws PressureException |
|
void | setStepPressure (double pStep) throws PressureStepException |
|
double | getTemperatureMin () |
|
double | getTemperatureMax () |
|
double | getStepTemperature () |
|
double | getPressureMin () |
|
double | getPressureMax () |
|
double | getStepPressure () |
|
Unity | getUnitSystem () |
|
void | setScalingFactor (double scalingFactor) throws runTimeException, IllegalDataException |
|
void | add (SessionComponent o) throws runTimeException |
|
void | calculationErase () |
|
void | save (String safeguardFile) throws IOException, IllegalDataException |
|
void | load (String safeguardFile) throws IOException, IllegalDataException, runTimeException, OutOfRangeException |
|
Vector | getSessionContent () |
|
double | getScalingFactor () |
|
void | addFilenameUsed (String filename) |
|
StringVector | getFilenameUsed () |
|
StringVector | getFilesToBeRead () |
|