|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttenua.simulator.AbstractDataGenerator
tenua.simulator.StringDataGenerator
public class StringDataGenerator
A DataGenerator that parses a String consisting of
"\n"-delimited lines, with ";" delimited fields.
The first line is the names, the rest of the lines are the values
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface tenua.simulator.DataGenerator |
|---|
DataGenerator.Listener |
| Constructor Summary | |
|---|---|
StringDataGenerator(java.lang.String s)
Creates a new instance of StringDataGenerator |
|
| Method Summary |
|---|
| Methods inherited from class tenua.simulator.AbstractDataGenerator |
|---|
addListener, getMemento, getNames, removeListener, run, start |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringDataGenerator(java.lang.String s)
s - the string to parse
java.lang.IllegalArgumentException - if s is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||