Interface Summary |
DataCollector |
An inteface for using the data collecting features of this program. |
DataSource |
Represents a data source where data is collected from. |
RecordConstructor |
A common interface for different implementations for creating a Record object
from raw data. |
RecordParser |
A common interface for different implementations for parsing complete records
from a stream of text data. |
Transformer |
A common interface for different implementations for transforming a data format to the
common format used by this program. |