public static class TreatmentStep.Reader extends Object
Constructor and Description |
---|
Reader(List<String> headers)
Create a new reader using the supplied header strings.
|
Modifier and Type | Method and Description |
---|---|
TreatmentStep |
fromStrings(List<String> strings)
Creates a a datum object using the supplied strings to populate the
data fields.
|
public Reader(List<String> headers)
TreatmentParameter
field.headers
- list of headers defining the data formatpublic TreatmentStep fromStrings(List<String> strings)
TreatmentParameter
s
supplied to the reader's constructor.strings
- string representations of data valuesCopyright © 2022. All rights reserved.