| AI-ExpertSystem-Advanced documentation | view source | Contained in the AI-ExpertSystem-Advanced distribution. |
AI::ExpertSystem::Advanced::KnowledgeDB::Factory - Knowledge DB driver factory
Uses the factory pattern to create instances of knowledge database drivers.
use AI::ExpertSystem::Advanced::KnowledgeDB::Factory;
my $yaml_kdb = AI::ExpertSystem::Advanced::KnowledgeDB::Factory->new('yaml',
{
filename => 'examples/knowledge_db_one.yaml'
});
Pablo Fischer (pablo@pablo.com.mx).
Copyright (C) 2010 by Pablo Fischer.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| AI-ExpertSystem-Advanced documentation | view source | Contained in the AI-ExpertSystem-Advanced distribution. |