NAME
AI::ExpertSystem::Advanced::KnowledgeDB::Factory - Knowledge DB driver factory
DESCRIPTION
Uses the factory pattern to create instances of knowledge database drivers.
SYNOPSIS
my
$yaml_kdb
= AI::ExpertSystem::Advanced::KnowledgeDB::Factory->new(
'yaml'
,
{
filename
=>
'examples/knowledge_db_one.yaml'
});
AUTHOR
Pablo Fischer (pablo@pablo.com.mx).
COPYRIGHT
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.