public KnowledgeBase newKnowledgeBase(KnowledgeBaseConfiguration conf) {
return new KnowledgeBaseAdapter(delegate.newKnowledgeBase(((KnowledgeBaseConfigurationAdapter)conf).getDelegate()));
}
public KnowledgeBase newKnowledgeBase(String kbaseId, KnowledgeBaseConfiguration conf) {
return new KnowledgeBaseAdapter(delegate.newKnowledgeBase(kbaseId, ((KnowledgeBaseConfigurationAdapter)conf).getDelegate()));
}