jeco.kernel.operator.assigner
Class NicheCount

java.lang.Object
  extended by jeco.kernel.operator.assigner.NicheCount

public class NicheCount
extends java.lang.Object


Field Summary
protected  int numberOfObjectives
           
static java.lang.String propertyNicheCount
           
 
Constructor Summary
NicheCount(int numberOfObjectives)
           
 
Method Summary
 Solutions execute(Solutions solutions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numberOfObjectives

protected int numberOfObjectives

propertyNicheCount

public static final java.lang.String propertyNicheCount
See Also:
Constant Field Values
Constructor Detail

NicheCount

public NicheCount(int numberOfObjectives)
Method Detail

execute

public Solutions execute(Solutions solutions)