class CompositeExpression : public Expression The ancestor class of all composite expression (for example arithmetic operators or standard distribution functions)
The ancestor class of all composite expression (for example arithmetic operators or standard distribution functions)
CompositeExpression(const CompositeExpression& src) throw( ExceptionHugin )
CompositeExpression(Expression *newArg, Operator op) throw( ExceptionHugin )
CompositeExpression(Expression *newArg1, Expression *newArg2, Operator op) throw( ExceptionHugin )
CompositeExpression(Expression *newArg1, Expression *newArg2, Expression *newArg3, Operator op) throw( ExceptionHugin )
CompositeExpression(Expression *newArg1, Expression *newArg2, Expression *newArg3, Expression *newArg4, Operator op) throw( ExceptionHugin )
virtual ~CompositeExpression()
virtual Expression* clone()
virtual ExpressionList getOperands() throw()
virtual bool isCompositeExpression() throw()
virtual bool isConstantExpression() throw()
virtual bool isNodeExpression() throw()
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de