jmetal.util
Class Permutation

java.lang.Object
  extended by jmetal.util.Permutation

public class Permutation
extends java.lang.Object

Class providing int [] permutations


Constructor Summary
Permutation()
           
 
Method Summary
 int[] intPermutation(int length)
          Return a permutation vector between the 0 and (length - 1)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Permutation

public Permutation()
Method Detail

intPermutation

public int[] intPermutation(int length)
Return a permutation vector between the 0 and (length - 1)