org.apache.commons.math3.genetics
Class ChromosomePair

java.lang.Object
  extended by org.apache.commons.math3.genetics.ChromosomePair

public class ChromosomePair
extends Object

A pair of Chromosome objects.

Since:
2.0
Version:
$Id: ChromosomePair.java 7721 2013-02-14 14:07:13Z CardosoP $

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

ChromosomePair

public ChromosomePair(Chromosome c1,
                      Chromosome c2)
Create a chromosome pair.

Parameters:
c1 - the first chromosome.
c2 - the second chromosome.
Method Detail

getFirst

public Chromosome getFirst()
Access the first chromosome.

Returns:
the first chromosome.

getSecond

public Chromosome getSecond()
Access the second chromosome.

Returns:
the second chromosome.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2016 CNES. All Rights Reserved.