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