jmetal.util
Class PermutationUtility

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

public class PermutationUtility
extends java.lang.Object

Class that provide an int permutation


Constructor Summary
PermutationUtility()
           
 
Method Summary
 int[] intPermutation(int length)
          Returns 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

PermutationUtility

public PermutationUtility()
Method Detail

intPermutation

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