Package nltk :: Package sem :: Module logic :: Class ImpExpression
[hide private]
[frames] | no frames]

type ImpExpression

source code

         object --+                
                  |                
SubstituteBindingsI --+            
                      |            
             Expression --+        
                          |        
           BinaryExpression --+    
                              |    
              BooleanExpression --+
                                  |
                                 ImpExpression

This class represents implications

Instance Methods [hide private]
 
getOp(self) source code

Inherited from BooleanExpression (private): _set_type

Inherited from BinaryExpression: __eq__, __init__, __str__, findtype, str, visit

Inherited from BinaryExpression (private): _str_subex

Inherited from Expression: __and__, __call__, __gt__, __hash__, __lt__, __neg__, __neq__, __or__, __repr__, applyto, equiv, free, make_VariableExpression, negate, normalize, replace, simplify, substitute_bindings, tp_equals, typecheck, variables

Properties [hide private]

Inherited from BinaryExpression: type