public class IapdLoader extends java.lang.Object implements FileLoader
Constructor and Description |
---|
IapdLoader() |
Modifier and Type | Method and Description |
---|---|
LoadedData |
readFile(java.io.File file,
java.util.Map<java.lang.Object,java.lang.Object> importOptions)
Reads an IAPD file.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOptionDefinitions, readFile
public LoadedData readFile(java.io.File file, java.util.Map<java.lang.Object,java.lang.Object> importOptions)
TreatmentType.class
; value must be an instance of
TreatmentType
MeasurementType.class
; value must be an instance of
MeasurementType
These keys respectively specify the treatment type and measurement type
for the treatmentSteps in the file.
If they are omitted, defaults will be used.readFile
in interface FileLoader
file
- the file from which to read treatment stepsimportOptions
- import options (see method description)