|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.math3.genetics.ChromosomePair
public class ChromosomePair
A pair of Chromosome
objects.
Constructor Summary | |
---|---|
ChromosomePair(Chromosome c1,
Chromosome c2)
Create a chromosome pair. |
Method Summary | |
---|---|
Chromosome |
getFirst()
Access the first chromosome. |
Chromosome |
getSecond()
Access the second chromosome. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChromosomePair(Chromosome c1, Chromosome c2)
c1
- the first chromosome.c2
- the second chromosome.Method Detail |
---|
public Chromosome getFirst()
public Chromosome getSecond()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |