NAME
POE::Framework::MIDI::Ruleset - Contain nested rules, or other nested rulesets
ABSTRACT
DESCRIPTION
A Ruleset matches if all of its sub-Rules (or Rulesets) match, fails if any of its sub-Rules (or Rulesets) fail, and partially matches to some decimal value between 0 and 1.
SYNOPSIS
PUBLIC METHODS
test()
TO DO
Extend the test() subroutine to allow for rules that only partially match.
Do we need some context enforcement here? Mixed context could be a pain.
SEE ALSO
http://justsomeguy.com/code/POE/POE-Framework-MIDI
AUTHOR
Primary: Steve McNabb <steve@justsomeguy.com>
CPAN ID: SMCNABB
Secondary: Gene Boggs <cpan@ology.net>
CPAN ID: GENE
COPYRIGHT AND LICENCE
Copyright (c) 2002 Steve McNabb. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.