edu.cs.ai.kreator.models
Interface ModelConfiguration


public interface ModelConfiguration

Classes implementing this interface provide a configuration for their model.

Author:
Matthias Thimm

Method Summary
 ConfigurationCategory getConfig()
          Returns the configuration for the model.
 

Method Detail

getConfig

ConfigurationCategory getConfig()
Returns the configuration for the model.

Returns:
the configuration for the model.