| Package | Description |
|---|---|
| org.oncoblocks.centromere.core.dataimport |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRecordFileReader<T extends Model<?>>
Simple abstract implementation of
RecordReader, for reading input files. |
class |
RecordCollectionReader<T extends Model<?>>
Simple
RecordReader implementation that iterates through a collection if Model
records, rather than reading from a data source. |
| Modifier and Type | Method and Description |
|---|---|
RecordReader<T> |
RecordProcessor.getReader() |
RecordReader<T> |
GenericRecordProcessor.getReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
RecordProcessor.setReader(RecordReader<T> reader) |
void |
GenericRecordProcessor.setReader(RecordReader<T> reader) |
Copyright © 2016. All rights reserved.