Diana  0.8.3
Public Member Functions
ICapeNumericBinaryEvent Class Reference

#include <CapeModel.hpp>

Inheritance diagram for ICapeNumericBinaryEvent:
ICapeNumericCompositeEvent ICapeNumericEvent

List of all members.

Public Member Functions

virtual ICapeNumericEventGetLeftOperand ()=0 throw (Common::Error::ECapeUnknown)

Detailed Description

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.


Member Function Documentation

virtual ICapeNumericEvent* GetLeftOperand ( ) throw (Common::Error::ECapeUnknown) [pure virtual]

Gets the left logical expression in the case of binary operator.


The documentation for this class was generated from the following file: