public class MeasurementConstantsHandler
extends java.lang.Object
| Constructor and Description |
|---|
MeasurementConstantsHandler(java.lang.String pathName,
int sequence)
The constructor checks if measurement constants handling is configured.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addMeasurementConstants(java.util.Hashtable constants,
java.lang.String meaName)
Add all GLOBAL_CONSTANTS and constants belonging to the measurement "meaName" to
the general Hashtable "constants".
|
boolean |
deleteFile()
Delete the measurement constants file.
|
public MeasurementConstantsHandler(java.lang.String pathName,
int sequence)
pathName - The import directory where the measurement constants file is locatedsequence - The current sequence numberpublic void addMeasurementConstants(java.util.Hashtable constants,
java.lang.String meaName)
constants - The importtools general Hashtable for constants.meaName - Name of current measurement.public boolean deleteFile()