JET

Uses of Interface
edu.utep.cs.jet.rat.ValueFactory

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

JET is Copyright (C) 2005-2008 by The University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.