Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package gadfly :: Module semantics :: Class BTand_pred |
|
SimpleRecursive
--+ |BTPredicate
--+ | BTand_pred
Method Summary | |
---|---|
__init__(self,
members,
precondition,
*othermembers)
| |
push "and" down if other is an or... | |
__call__(self,
boundtuples,
toplevel)
| |
__cmp__(self,
other)
| |
__hash__(self)
| |
translate to or-not... | |
do the obvious thing. | |
__repr__(self)
| |
hook added to allow elimination of trivialities return None if completely true, or simpler form or self, if no simplification is possible. | |
domain(self)
| |
initargs(self)
| |
the negated constraints of an AND are... | |
relbind(self,
dict,
db)
| |
uncache(self)
| |
Inherited from SimpleRecursive | |
| |
|
Class Variable Summary | |
---|---|
Inherited from BTPredicate | |
NoneType |
constraints = None |
int |
contains_aggregate = 0 |
int |
false = 0 |
Method Details |
---|
__and__(self,
other)
|
__invert__(self)translate to or-not |
__or__(self,
other)
|
detrivialize(self)hook added to allow elimination of trivialities return None if completely true, or simpler form or self, if no simplification is possible. |
negated_constraints(self)the negated constraints of an AND are the negated constraints of *any* member |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:08:32 2003 | http://epydoc.sf.net |