Uses of Interface
org.eviline.randomizer.Randomizer

Packages that use Randomizer
org.eviline   
org.eviline.randomizer   
 

Uses of Randomizer in org.eviline
 

Fields in org.eviline declared as Randomizer
protected  Randomizer Field.provider
          The source of shapes
 

Methods in org.eviline that return Randomizer
 Randomizer Field.getProvider()
           
 

Methods in org.eviline with parameters of type Randomizer
 void Field.setProvider(Randomizer provider)
           
 

Uses of Randomizer in org.eviline.randomizer
 

Classes in org.eviline.randomizer that implement Randomizer
 class AbstractRandomizer
           
 class AngelRandomizer
           
 class Bag7Randomizer
           
 class BipolarRandomizer
           
 class ConcurrentRandomizer
          Randomizer which runs concurrently with game play.
 class MaliciousRandomizer
          Randomizer that looks a few moves ahead in the future to come up with the worst Shape to return.
 class QueuedRandomizer
           
 class RandomRandomizer
          Randomizer that chooses at random, not using a bag.
 class ThreadedMaliciousRandomizer
           
 

Fields in org.eviline.randomizer declared as Randomizer
protected  Randomizer ConcurrentRandomizer.provider
           
protected  Randomizer QueuedRandomizer.provider
           
 

Methods in org.eviline.randomizer that return Randomizer
 Randomizer RandomizerPresets.newRandomizer(Field field)
           
 Randomizer RandomizerFactory.newRandomizer(PropertySource props)
           
 

Constructors in org.eviline.randomizer with parameters of type Randomizer
ConcurrentRandomizer(Randomizer p)
           
QueuedRandomizer(Randomizer p, int size, boolean concurrent)
           
 



Copyright © 2013. All Rights Reserved.