|
GeneThello Home | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Chromosome | |
|---|---|
| net.sf.genethello.applet | Together with package net.sf.genethello.gametheory.applet, provides classes necessary to create GeneThello applet. |
| Uses of Chromosome in net.sf.genethello.applet |
|---|
| Fields in net.sf.genethello.applet declared as Chromosome | |
|---|---|
protected Chromosome |
Brain.chromosome
Chromosome of the brain. |
| Methods in net.sf.genethello.applet that return Chromosome | |
|---|---|
static Chromosome |
ChromosomeFactory.create(java.lang.String str)
Creates chromosome of specific string representation with default minimum/maximum values. |
Chromosome |
ChromosomeCreator.createChromosome()
Creates chromosome with default minimum and maximum values. |
Chromosome |
ChromosomeCreator.createChromosome(int min,
int max)
Creates chromosome of minimum/maximum value of features with default minimum/maximum value of opening and end game step. |
Chromosome |
ChromosomeCreator.createChromosome(int minOpening,
int maxOpening,
int minEnd,
int maxEnd,
int min,
int max)
Creates chromosome of specific minimum/maximum value of features and minimum/maximum value of opening and end game step. |
Chromosome |
ChromosomeCreator.createChromosome(java.lang.String str)
Creates chromosome of specific String representation with default minimum and maximum values. |
Chromosome |
ChromosomeCreator.createChromosome(java.lang.String str,
int min,
int max)
Creates chromosome of specific String representation, and minimum/ maximum values of features with default minimum/maximum values of opening/end game step. |
Chromosome |
ChromosomeCreator.createChromosome(java.lang.String str,
int minOpening,
int maxOpening,
int minEnd,
int maxEnd,
int min,
int max)
Creates chromosome of specific String representation, and minimum/ maximum values of features with default minimum/maximum values of opening/end game step. |
Chromosome |
Brain.getChromosome()
Get the value of chromosome |
| Methods in net.sf.genethello.applet with parameters of type Chromosome | |
|---|---|
void |
Brain.setChromosome(Chromosome chromosome)
Set the value of chromosome |
| Constructors in net.sf.genethello.applet with parameters of type Chromosome | |
|---|---|
Brain(IGame game,
Chromosome chromosome,
long timeQuota)
Creates new instance of brain. |
|
Game(Chromosome black,
Chromosome white,
int blackTime,
int whiteTime,
IMessage gui,
boolean network)
Creates a new instance of Game. |
|
|
GeneThello Home | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||