| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
object --+    
         |    
      dict --+
             |
            Rule
Representation of a single rule.  The left-hand side of the rule is a 
  dictionary of attribute-value pairs.  The rule fires on inputs that whose
  value on each attribute matches that of the rule.  A rule with a value of
  None for a given attribute is indifferent to the input value
  for the attribute.
| 
 | |||
| new empty dictionary | 
 | ||
| bool | 
 | ||
| 
 | |||
| Inherited from  Inherited from  | |||
| 
 | |||
| rhs the value of the rule if it fires | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 x.__init__(...) initializes x; see x.__class__.__doc__ for signature 
 | 
| 
 Determines whether this rule fires under the given conditions 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 19 16:47:40 2009 | http://epydoc.sourceforge.net |