public class IapdLoader extends Object implements FileLoader
Constructor and Description |
---|
IapdLoader() |
Modifier and Type | Method and Description |
---|---|
List<OptionDefinition> |
getOptionDefinitions() |
LoadedData |
readFile(File file,
Map<String,Object> importOptions)
Reads an IAPD file.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkOptions, readFile
public LoadedData readFile(File file, Map<String,Object> importOptions)
treatment_type
; value must be an instance of
TreatmentType
; default: 3-axis AF
measurement_type
; value must be an instance of
MeasurementType
; default: discrete
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)public List<OptionDefinition> getOptionDefinitions()
getOptionDefinitions
in interface FileLoader
Copyright © 2022. All rights reserved.