JAGA Homepage

Uses of Interface
org.jaga.definitions.IndividualsFactory

Packages that use IndividualsFactory
org.jaga.definitions   
org.jaga.individualRepresentation.booleanFormulas   
org.jaga.individualRepresentation.greycodedNumbers   
org.jaga.individualRepresentation.proteinLocation   
org.jaga.util   
 

Uses of IndividualsFactory in org.jaga.definitions
 

Methods in org.jaga.definitions that return IndividualsFactory
 IndividualsFactory GAParameterSet.getIndividualsFactory()
           
 

Methods in org.jaga.definitions with parameters of type IndividualsFactory
 void GAParameterSet.setIndividualsFactory(IndividualsFactory val)
           
 

Uses of IndividualsFactory in org.jaga.individualRepresentation.booleanFormulas
 

Classes in org.jaga.individualRepresentation.booleanFormulas that implement IndividualsFactory
 class BooleanFormulaTreeFactory
          TODO: Complete these comments.
 

Uses of IndividualsFactory in org.jaga.individualRepresentation.greycodedNumbers
 

Classes in org.jaga.individualRepresentation.greycodedNumbers that implement IndividualsFactory
 class NDecimalsIndividualSimpleFactory
          TODO: Complete these comments.
 

Uses of IndividualsFactory in org.jaga.individualRepresentation.proteinLocation
 

Classes in org.jaga.individualRepresentation.proteinLocation that implement IndividualsFactory
 class ProteinLocationClassifierFactory
          TODO: Complete these comments.
 

Uses of IndividualsFactory in org.jaga.util
 

Methods in org.jaga.util that return IndividualsFactory
 IndividualsFactory DefaultParameterSet.getIndividualsFactory()
           
 

Methods in org.jaga.util with parameters of type IndividualsFactory
 void DefaultParameterSet.setIndividualsFactory(IndividualsFactory val)
           
 


JAGA Homepage

Go to JAGA Homepage