Package fr.jussieu.gla.wasa.util

Utilities for a simpler use of Var objects and random sequences.

See:
          Description

Class Summary
AutomaticRandomConfigurator RandomConfigurator implementation setting Var's values to a random value, without knowing about Buisness Object's types.
IntRandomIterator A default RandomIterator on int.
PropertyVar Var object acessing to a Buisness Object's value using reflection, supposing that the value is of an immutable type.
RandomIterator Takes value randomly out of a List, int[] or Object[], ensuring that each element will be returned only once.
VarFactory Helper class for instantiating Vars accessing the value of a Buisness Object property.
 

Package fr.jussieu.gla.wasa.util Description

Utilities for a simpler use of Var objects and random sequences.