org.eviline.randomizer
Class RandomizerFactory

java.lang.Object
  extended by org.eviline.randomizer.RandomizerFactory

public class RandomizerFactory
extends Object


Field Summary
static String CLASS
           
static String CONCURRENT
           
static String DEPTH
           
static String DISTRIBUTION
           
static String FAIR
           
static String NEXT
           
static String RFACTOR
           
 
Constructor Summary
RandomizerFactory()
           
 
Method Summary
 Randomizer newRandomizer(PropertySource props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS

public static final String CLASS
See Also:
Constant Field Values

DEPTH

public static final String DEPTH
See Also:
Constant Field Values

RFACTOR

public static final String RFACTOR
See Also:
Constant Field Values

FAIR

public static final String FAIR
See Also:
Constant Field Values

DISTRIBUTION

public static final String DISTRIBUTION
See Also:
Constant Field Values

CONCURRENT

public static final String CONCURRENT
See Also:
Constant Field Values

NEXT

public static final String NEXT
See Also:
Constant Field Values
Constructor Detail

RandomizerFactory

public RandomizerFactory()
Method Detail

newRandomizer

public Randomizer newRandomizer(PropertySource props)


Copyright © 2013. All Rights Reserved.