AI-ExpertSystem-Simple
    
    
  
  
  
view release on metacpan or search on metacpan
lib/AI/ExpertSystem/Simple/Rule.pm view on Meta::CPAN
Returns the name of the rule.
=item state( )
Returns the current state of the rule.
=item given( NAME, VALUE )
The NAME / VALUE attribute pair is checked against the rule's conditions to see if a condition is met and the state of the rule 
is changed in light of the result.
=item actions( )
Returns a list of the actions set in the rule.
=item conditions( )
Returns a list of the conditions matched in the rule.
=item unresolved( )
( run in 0.521 second using v1.01-cache-2.11-cpan-c333fce770f )