|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataProduction
Base Data production interface. All main classes in a Data Production Library should implement this interface.
| Method Summary | |
|---|---|
java.lang.Object |
getData()
Obtains the current data. |
java.lang.Object |
getDataByIndex(int index)
Returns the data at a particular position |
java.lang.Object |
getNextData()
Returns the actual pointer data, and moves the pointer to the next position. |
java.lang.Object |
getRandomData()
Returns data from a random pointer position. |
void |
setup()
Non-Arguments Setup in case User calls a |
void |
tearDown()
Cleans up |
| Method Detail |
|---|
void setup()
throws DPLException
DPLExceptionjava.lang.Object getData()
java.lang.Object getRandomData()
java.lang.Object getNextData()
java.lang.Object getDataByIndex(int index)
index - Data Position to return
void tearDown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||