org.neat4j.core
Interface AIConfig

All Known Implementing Classes:
NEATConfig

public interface AIConfig

Author:
MSimmerson

Method Summary
 java.lang.String configElement(java.lang.String elementKey)
          Allows access to given configuration values
 void updateConfig(java.lang.String elementKey, java.lang.String elementValue)
          Allows updating of configuration values
 

Method Detail

configElement

java.lang.String configElement(java.lang.String elementKey)
Allows access to given configuration values

Parameters:
elementKey -
Returns:
The configuration value for the given key

updateConfig

void updateConfig(java.lang.String elementKey,
                  java.lang.String elementValue)
Allows updating of configuration values

Parameters:
elementKey -
elementValue -