|
@ -228,12 +228,7 @@ namespace storm { |
|
|
/*! |
|
|
/*! |
|
|
* Retrieves the manager responsible for the expressions in the JANI model. |
|
|
* Retrieves the manager responsible for the expressions in the JANI model. |
|
|
*/ |
|
|
*/ |
|
|
storm::expressions::ExpressionManager& getExpressionManager(); |
|
|
|
|
|
|
|
|
|
|
|
/*! |
|
|
|
|
|
* Retrieves the manager responsible for the expressions in the JANI model. |
|
|
|
|
|
*/ |
|
|
|
|
|
storm::expressions::ExpressionManager const& getExpressionManager() const; |
|
|
|
|
|
|
|
|
storm::expressions::ExpressionManager& getExpressionManager() const; |
|
|
|
|
|
|
|
|
/*! |
|
|
/*! |
|
|
* Adds the given automaton to the automata of this model. |
|
|
* Adds the given automaton to the automata of this model. |
|
|