Diana
0.8.3
|
#include <CapeModel.hpp>
Public Member Functions | |
virtual ICapeNumericEvent * | GetLeftOperand ()=0 throw (Common::Error::ECapeUnknown) |
This is the interface which provides facilities specific to Binary Events. A Binary Event is the most common case of a Composite Event where you have a leftOperand, an Operator, and a rightOperand like in the expression A AND B.
virtual ICapeNumericEvent* GetLeftOperand | ( | ) | throw (Common::Error::ECapeUnknown) [pure virtual] |
Gets the left logical expression in the case of binary operator.