Expression class representing the Distribution distribution. More...
Public Member Functions | |
| Expression * | clone () const |
| Clone the expression. | |
| DistributionDistribution (const ExpressionList &arguments) | |
| Construct a new Distribution. | |
| Operator | getOperator () const |
| Return the operator of the expression. | |
Expression class representing the Distribution distribution.
| HAPI::DistributionDistribution::DistributionDistribution | ( | const ExpressionList & | arguments | ) | [inline] |
Construct a new Distribution.
| Expression* HAPI::DistributionDistribution::clone | ( | ) | const [inline, virtual] |
Clone the expression.
Implements HAPI::Expression.
| Operator HAPI::DistributionDistribution::getOperator | ( | ) | const [inline, virtual] |
Return the operator of the expression.
Implements HAPI::CompositeExpression.