JET

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

Packages that use ValueFactory
edu.utep.cs.et.rat.gen Contains the source code for generating various types of Java values randomly. 
edu.utep.cs.et.rat.val Contains the source code for classes representing various types of Java values. 
 

Uses of ValueFactory in edu.utep.cs.et.rat.gen
 

Fields in edu.utep.cs.et.rat.gen declared as ValueFactory
private  ValueFactory StringValueGenerator.factory
          Factory to create various types of values.
private  ValueFactory SimpleValueGenerator.factory
          Factory to create various types of values.
private  ValueFactory PrimitiveValueGenerator.factory
          Factory to create various types of values.
private  ValueFactory InterfaceValueGenerator.factory
          Factory to create various types of values.
private  ValueFactory ClassValueGenerator.factory
          Factory to create various types of values.
private  ValueFactory ArrayValueGenerator.factory
          Factory to create various types of values.
 

Methods in edu.utep.cs.et.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.et.rat.gen with parameters of type ValueFactory
ArrayValueGenerator(ValueFactory factory, ValueGenerator generator)
          Creates a generic array generator.
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.
InterfaceValueGenerator(ValueFactory factory, ValueGenerator generator)
          Creates an interface generator that uses the given value factory and generator.
PrimitiveValueGenerator(ValueFactory factory)
          Creates a new instance.
SimpleValueGenerator(ValueFactory factory)
          Creates a new instance to generate a value by using the given value factory.
StringValueGenerator(ValueFactory factory)
          Creates a new instance.
 

Uses of ValueFactory in edu.utep.cs.et.rat.val
 

Classes in edu.utep.cs.et.rat.val that implement ValueFactory
 class SimpleValueFactory
          A concrete factory class to create various kinds of values.
 


JET

JET is Copyright (C) 2005-2007 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.