|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueFactory | |
|---|---|
| edu.utep.cs.jet.rat.gen | Contains the source code for generating various types of Java values randomly. |
| edu.utep.cs.jet.rat.val | Contains the source code for classes representing various types of Java values. |
| Uses of ValueFactory in edu.utep.cs.jet.rat.gen |
|---|
| Fields in edu.utep.cs.jet.rat.gen declared as ValueFactory | |
|---|---|
protected ValueFactory |
ClassValueGenerator.factory
Factory to create various types of values. |
| Methods in edu.utep.cs.jet.rat.gen with parameters of type ValueFactory | |
|---|---|
protected ClassValueGenerator |
SimpleValueGenerator.getClassValueGenerator(Class<?> type,
ValueFactory factory)
Creates a class value generator for the given type. |
protected ClassValueGenerator |
IncrementalValueGenerator.getClassValueGenerator(Class<?> type,
ValueFactory factory)
Creates a class value generator for the given type. |
| Constructors in edu.utep.cs.jet.rat.gen with parameters of type ValueFactory | |
|---|---|
ClassValueGenerator(ValueFactory factory,
ValueGenerator generator)
Creates a generic class generator. |
|
IncrementalClassValueGenerator(ValueFactory factory,
ValueGenerator generator)
Creates a class generator that uses the given value factory and generator. |
|
IncrementalValueGenerator(ValueFactory factory)
Creates a new instance to generate values by using the given value factory. |
|
SimpleValueGenerator(ValueFactory factory)
Creates a new instance to generate a value by using the given value factory. |
|
| Uses of ValueFactory in edu.utep.cs.jet.rat.val |
|---|
| Classes in edu.utep.cs.jet.rat.val that implement ValueFactory | |
|---|---|
class |
SimpleValueFactory
A concrete factory class to create various kinds of values. |
|
JET | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||