AI::ExpertSystem::Advanced::KnowledgeDB::Factory - Knowledge DB driver factory


AI-ExpertSystem-Advanced documentation  | view source Contained in the AI-ExpertSystem-Advanced distribution.

Index


NAME

Top

AI::ExpertSystem::Advanced::KnowledgeDB::Factory - Knowledge DB driver factory

DESCRIPTION

Top

Uses the factory pattern to create instances of knowledge database drivers.

SYNOPSIS

Top

    use AI::ExpertSystem::Advanced::KnowledgeDB::Factory;

    my $yaml_kdb = AI::ExpertSystem::Advanced::KnowledgeDB::Factory->new('yaml',
        {
            filename => 'examples/knowledge_db_one.yaml'
        });

AUTHOR

Top

Pablo Fischer (pablo@pablo.com.mx).

COPYRIGHT

Top


AI-ExpertSystem-Advanced documentation  | view source Contained in the AI-ExpertSystem-Advanced distribution.