org.neat4j.core
Interface AIConfigurationLoader

All Known Implementing Classes:
NEATLoader

public interface AIConfigurationLoader

Author:
MSimmerson

Method Summary
 AIConfig loadConfig(java.lang.String location)
          Loads a configuration file from location, and creates an AIConfig object that holds the full configuration
 

Method Detail

loadConfig

AIConfig loadConfig(java.lang.String location)
Loads a configuration file from location, and creates an AIConfig object that holds the full configuration

Parameters:
location - - file location
Returns:
AIConfig that holds the full configuration