org.dbe.eve.fff
Class Fitness

java.lang.Object
  extended by org.dbe.eve.fff.Fitness
All Implemented Interfaces:
java.lang.Comparable

public class Fitness
extends java.lang.Object
implements java.lang.Comparable

Author:
Claudius TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
Fitness()
           
 
Method Summary
 int compareTo(java.lang.Object arg0)
           
 float getValue()
           
 void setValue(float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fitness

public Fitness()
Method Detail

compareTo

public int compareTo(java.lang.Object arg0)
Specified by:
compareTo in interface java.lang.Comparable

getValue

public float getValue()
Returns:
Returns the value.

setValue

public void setValue(float value)
Parameters:
value - The value to set.