com.rubecula.darwin.core
Class DarwinProperties

java.lang.Object
  extended by java.util.ResourceBundle
      extended by java.util.PropertyResourceBundle
          extended by com.rubecula.util.UsefulProperties
              extended by com.rubecula.darwin.core.DarwinProperties
Direct Known Subclasses:
VisualizationProperties

public class DarwinProperties
extends UsefulProperties

A property resource bundle specifically useful to a Darwinian system.

Author:
Robin

Field Summary
static String P_EXPRESSIONS_ENABLED
           
static String P_GENERATION_INTERVAL
           
static String P_GENERATIONS
           
static String P_MORTALITY_DEFAULT
           
static String P_POPULATION_IDEAL_DEFAULT
           
static String P_POPULATION_RATIO_SEED
           
 
Fields inherited from class com.rubecula.util.UsefulProperties
P_VERSION
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
DarwinProperties(String propertiesUrl)
           
DarwinProperties(URL propertiesUrl)
           
 
Method Summary
 
Methods inherited from class com.rubecula.util.UsefulProperties
getBoolean, getBoolean, getDouble, getDouble, getInteger, getInteger, getString
 
Methods inherited from class java.util.PropertyResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

P_POPULATION_RATIO_SEED

public static final String P_POPULATION_RATIO_SEED
See Also:
Constant Field Values

P_POPULATION_IDEAL_DEFAULT

public static final String P_POPULATION_IDEAL_DEFAULT
See Also:
Constant Field Values

P_MORTALITY_DEFAULT

public static final String P_MORTALITY_DEFAULT
See Also:
Constant Field Values

P_GENERATION_INTERVAL

public static final String P_GENERATION_INTERVAL
See Also:
Constant Field Values

P_EXPRESSIONS_ENABLED

public static final String P_EXPRESSIONS_ENABLED
See Also:
Constant Field Values

P_GENERATIONS

public static final String P_GENERATIONS
See Also:
Constant Field Values
Constructor Detail

DarwinProperties

public DarwinProperties(String propertiesUrl)
                 throws MalformedURLException,
                        IOException
Throws:
MalformedURLException
IOException

DarwinProperties

public DarwinProperties(URL propertiesUrl)
                 throws MalformedURLException,
                        IOException
Throws:
MalformedURLException
IOException