Package intermine :: Module model :: Class CodelessNode
[hide private]
[frames] | no frames]

Class CodelessNode

source code

    object --+        
             |        
ConstraintTree --+    
                 |    
    ConstraintNode --+
                     |
                    CodelessNode

Instance Methods [hide private]
 
as_logic(self, code=None, start='A') source code

Inherited from ConstraintNode: __init__, __iter__

Inherited from ConstraintTree: __and__, __or__

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

as_logic(self, code=None, start='A')

source code 
Overrides: ConstraintTree.as_logic