1#ifndef STORM_STORAGE_EXPRESSIONS_SUBSTITUTIONVISITOR_H_
2#define STORM_STORAGE_EXPRESSIONS_SUBSTITUTIONVISITOR_H_
11template<
typename MapType>
The base class of all binary expressions.
MapType const & variableToExpressionMapping
Expression substitute(Expression const &expression)
Substitutes the identifiers in the given expression according to the previously given map and returns...
virtual boost::any visit(IfThenElseExpression const &expression, boost::any const &data) override
SubstitutionVisitor(MapType const &variableToExpressionMapping)
Creates a new substitution visitor that uses the given map to replace variables.