|
@ -89,7 +89,14 @@ namespace storm { |
|
|
* @return The undefined constants in the program. |
|
|
* @return The undefined constants in the program. |
|
|
*/ |
|
|
*/ |
|
|
std::vector<std::reference_wrapper<storm::prism::Constant const>> getUndefinedConstants() const; |
|
|
std::vector<std::reference_wrapper<storm::prism::Constant const>> getUndefinedConstants() const; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*! |
|
|
|
|
|
* Retrieves the undefined constants in the program as a comma-separated string. |
|
|
|
|
|
* |
|
|
|
|
|
* @return A string with the undefined constants in the program, separated by a comma |
|
|
|
|
|
*/ |
|
|
|
|
|
std::string getUndefinedConstantsAsString() const; |
|
|
|
|
|
|
|
|
/*! |
|
|
/*! |
|
|
* Retrieves whether the given constant exists in the program. |
|
|
* Retrieves whether the given constant exists in the program. |
|
|
* |
|
|
* |