|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.example.AbstractDataRowReader
edu.udo.cs.yale.example.RandomDataRowReader
public class RandomDataRowReader
Create data rows based on random data in the range of the minimum and maximum values of the attributes.
Field Summary | |
---|---|
private Attribute[] |
attributes
|
private int |
counter
|
private int |
size
|
Constructor Summary | |
---|---|
RandomDataRowReader(Attribute[] attributes,
int size)
|
Method Summary | |
---|---|
boolean |
hasNext()
|
DataRow |
next()
|
Methods inherited from class edu.udo.cs.yale.example.AbstractDataRowReader |
---|
getFactory, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int size
private Attribute[] attributes
private int counter
Constructor Detail |
---|
public RandomDataRowReader(Attribute[] attributes, int size)
Method Detail |
---|
public boolean hasNext()
public DataRow next()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |