public interface LoadedData
Modifier and Type | Method and Description |
---|---|
List<String> |
getExtraLines()
Returns a list of non-processed raw lines from the file.
|
List<String> |
getMessages()
Returns a list of messages produced during file reading, intended for
presentation to the user.
|
List<TreatmentStep> |
getTreatmentSteps()
Returns the treatment steps read from the file.
|
List<TreatmentStep> getTreatmentSteps()
List<String> getMessages()
List<String> getExtraLines()
Suite
.
Currently it is only used to allow PplLoader
to pass sample-,
site-, and suite-level data on to the suite, and is ignored by
Suite
for all other loader classes.Copyright © 2022. All rights reserved.