![]() |
![]() |
Public Member Functions | |
def | __init__ (self) |
def | isLeaf (self) |
![]() | |
def | __and__ (self, other) |
def | __init__ (self) |
def | __or__ (self, other) |
![]() | |
def | __add__ (self, rhs) |
def | __init__ (self) |
def | __invert__ (self) |
def | __mul__ (self, rhs) |
def | isLeaf (self) |
def | isOperation (self) |
def | resolve (self, processDict, keepIfCannotResolve=False) |
def | visitNode (self, visitor) |
Definition at line 129 of file SequenceTypes.py.
def SequenceTypes._BooleanLogicSequenceLeaf.__init__ | ( | self | ) |
Definition at line 130 of file SequenceTypes.py.
def SequenceTypes._BooleanLogicSequenceLeaf.isLeaf | ( | self | ) |
Definition at line 132 of file SequenceTypes.py.