simbad.picoevo.toolbox
Class Dictionary

java.lang.Object
  extended by simbad.picoevo.toolbox.Dictionary

public final class Dictionary
extends java.lang.Object

This class contains static constants that defines values for specific terms in human readable form (e.g. "maximisation"/"minimization" instead of true/false). User should refer to this class whenever cryptic parameter are required


Field Summary
static boolean fullMethod
           
static boolean growMethod
           
static boolean Maximisation
           
static boolean Minimisation
           
 
Constructor Summary
Dictionary()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Minimisation

public static boolean Minimisation

Maximisation

public static boolean Maximisation

fullMethod

public static boolean fullMethod

growMethod

public static boolean growMethod
Constructor Detail

Dictionary

public Dictionary()