![]() |
![]() |
Public Member Functions | |
def | __init__ (self, op, left, right) |
def | dumpSequencePython (self, options=PrintOptions()) |
def | isOperation (self) |
def | operatorString (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) |
Private Member Functions | |
def | _visitSubNodes (self, visitor) |
Private Attributes | |
_items | |
_op | |
Contains the operation of a boolean logic expression
Definition at line 78 of file SequenceTypes.py.
def SequenceTypes._BooleanLogicExpression.__init__ | ( | self, | |
op, | |||
left, | |||
right | |||
) |
Definition at line 82 of file SequenceTypes.py.
References SequenceTypes._checkIfBooleanLogicSequenceable().
|
private |
Definition at line 100 of file SequenceTypes.py.
References SequenceTypes._BooleanLogicExpression._items.
def SequenceTypes._BooleanLogicExpression.dumpSequencePython | ( | self, | |
options = PrintOptions() |
|||
) |
Definition at line 103 of file SequenceTypes.py.
References SequenceTypes._BooleanLogicExpression._items, and SequenceTypes._BooleanLogicExpression.operatorString().
def SequenceTypes._BooleanLogicExpression.isOperation | ( | self | ) |
Definition at line 98 of file SequenceTypes.py.
def SequenceTypes._BooleanLogicExpression.operatorString | ( | self | ) |
Definition at line 115 of file SequenceTypes.py.
References SequenceTypes._BooleanLogicExpression._op, CompositeLogicalTrajectoryFilter.AND, edm::DocFormatHelper.AND, BinaryOP.AND, dqmservices::TriggerSelector::TreeElement.AND, egHLT::EgObjTrigCut< T >.AND, and egHLT::EgEvtTrigCut< T >.AND.
Referenced by SequenceTypes._BooleanLogicExpression.dumpSequencePython().
|
private |
Definition at line 86 of file SequenceTypes.py.
Referenced by cfg-viewer.html.__init__(), SequenceTypes._BooleanLogicExpression._visitSubNodes(), and SequenceTypes._BooleanLogicExpression.dumpSequencePython().
|
private |
Definition at line 85 of file SequenceTypes.py.
Referenced by SequenceTypes._BooleanLogicExpression.operatorString().