NAME
Hailo::Role::Engine - A role representing a Hailo engine backend
DESCRIPTION
ATTRIBUTES
A Hailo::Engine::*
should implement the following attributes:
storage
A storage object the engine should use to get data from.
METHODS
new
This is the constructor. It accept the attributes specified in "ATTRIBUTES".
learn
Learn from the given input and add it to storage.
reply
Reply to the given input using the storad data.
AUTHOR
Ævar Arnfjörð Bjarmason <avar@cpan.org>
LICENSE AND COPYRIGHT
Copyright 2010 Ævar Arnfjörð Bjarmason.
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.