Package net.sf.adatagenerator.util

The UTIL package contains reusable, application-independent utilities for implementing ADG generators and modifiers.

See:
          Description

Interface Summary
FrequencyBasedListFactory<V>  
ListsRegistry  
MappedListsFactory<V>  
 

Class Summary
DefaultMappedListsRegistry  
DefaultMappedListsRegistry.MappingKey  
DefaultNullComparator Compares two Comparable objects.
FrequencyBasedList<E>  
FrequencyBasedListStatistics<V>  
IntegerFrequencyFile Initializes a frequency based list of Integer values by reading the relative frequency of the values from a csv text file of values and counts; e.g.
MappedLists<V>  
MappedStringListsFile  
ResourceUtil  
StringFrequencyFile Initializes a frequency based list of String values by reading the relative frequency of the values from a csv text file of values and counts; e.g.
 

Package net.sf.adatagenerator.util Description

The UTIL package contains reusable, application-independent utilities for implementing ADG generators and modifiers. In particular, the FrequencyBasedList class is used by several applications and libraries to implement random value generators and modifiers.



Copyright © 2011-2012. All Rights Reserved.