|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Builder
An interface that defines the minimal requirements for a class to be considered a "builder". This serves to bring some consistency between the potentially very different builder classes.
A class that implements the Builder interface generally provides some means of obtaining data and using that data to build a DataSet - a collection of DataPoints - or, in some cases, a single DataPoint from that data.
Method Summary | |
---|---|
DataSet |
build()
Retrieves a DataSet - a collection of DataPoints - from the current input source. |
Method Detail |
---|
DataSet build() throws Exception
Exception
- if an error occurred reading from the input source.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |