JAGA Homepage

Uses of Interface
org.jaga.definitions.RandomGenerator

Packages that use RandomGenerator
org.jaga.definitions   
org.jaga.individualRepresentation.proteinLocation   
org.jaga.util   
 

Uses of RandomGenerator in org.jaga.definitions
 

Methods in org.jaga.definitions that return RandomGenerator
 RandomGenerator GAParameterSet.getRandomGenerator()
           
 

Methods in org.jaga.definitions with parameters of type RandomGenerator
 void GAParameterSet.setRandomGenerator(RandomGenerator val)
           
 

Uses of RandomGenerator in org.jaga.individualRepresentation.proteinLocation
 

Methods in org.jaga.individualRepresentation.proteinLocation with parameters of type RandomGenerator
 void ProteinGroup.randomise(RandomGenerator rnd)
           
private static AminoAcid AminoAcidFactory.getRandomAcid(AminoAcid[] list, RandomGenerator rnd)
           
 

Uses of RandomGenerator in org.jaga.util
 

Classes in org.jaga.util that implement RandomGenerator
 class DefaultRandomGenerator
          TODO: Complete these comments.
 

Methods in org.jaga.util that return RandomGenerator
 RandomGenerator DefaultParameterSet.getRandomGenerator()
           
 

Methods in org.jaga.util with parameters of type RandomGenerator
 void DefaultParameterSet.setRandomGenerator(RandomGenerator val)
           
 


JAGA Homepage

Go to JAGA Homepage