| Home | Trees | Indices | Help | 
 | 
|---|
|  | 
KeyedVector --+    
              |    
       SlopeRow --+
                  |
                 ORRow
Subclass representing a disjunction of tests.
The following creates a row to test that the current state is either 'terminated' or 'accepted':
>>> row = ORRow(keys=[{'entity':'self','feature':'terminated'},{'entity':'self','feature':'accepted'}])
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  Inherited from  Inherited from  | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 
 | 
| 
 
 | 
| Home | Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 19 16:47:35 2009 | http://epydoc.sourceforge.net |