public KnowledgeBaseConfiguration newKnowledgeBaseConfiguration() {
return new KnowledgeBaseConfigurationAdapter(delegate.newKnowledgeBaseConfiguration());
}
public KnowledgeBaseConfiguration newKnowledgeBaseConfiguration(Properties properties, ClassLoader... classLoader) {
return new KnowledgeBaseConfigurationAdapter(delegate.newKnowledgeBaseConfiguration(properties, classLoader));
}