|
|
@ -39,6 +39,7 @@ namespace storm { |
|
|
|
virtual void gatherVariables(std::set<storm::expressions::Variable>& variables) const override; |
|
|
|
virtual std::shared_ptr<BaseExpression const> simplify() const override; |
|
|
|
virtual boost::any accept(ExpressionVisitor& visitor, boost::any const& data) const override; |
|
|
|
virtual bool isIfThenElseExpression() const override; |
|
|
|
|
|
|
|
/*! |
|
|
|
* Retrieves the condition expression of the if-then-else expression. |
|
|
|