org.apache.commons.math.genetics
Class RandomKeyTest

java.lang.Object
  extended by org.apache.commons.math.genetics.RandomKeyTest

public class RandomKeyTest
extends Object


Constructor Summary
RandomKeyTest()
           
 
Method Summary
 void testComparatorPermutation()
           
 void testConstructor1()
           
 void testConstructor2()
           
 void testDecode()
           
 void testEqualRepr()
           
 void testIdentityPermutation()
           
 void testInducedPermutation()
           
 void testIsSame()
           
 void testRandomPermutation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RandomKeyTest

public RandomKeyTest()
Method Detail

testConstructor1

public void testConstructor1()

testConstructor2

public void testConstructor2()

testIsSame

public void testIsSame()

testDecode

public void testDecode()

testRandomPermutation

public void testRandomPermutation()

testIdentityPermutation

public void testIdentityPermutation()

testComparatorPermutation

public void testComparatorPermutation()

testInducedPermutation

public void testInducedPermutation()

testEqualRepr

public void testEqualRepr()


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.