|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include <InitialConstruct.h>


Public Member Functions | |
| InitialConstruct (storm::expressions::Expression initialStatesExpression, std::string const &filename="", uint_fast64_t lineNumber=0) | |
| Creates an initial construct with the given expression. | |
| InitialConstruct ()=default | |
| InitialConstruct (InitialConstruct const &other)=default | |
| InitialConstruct & | operator= (InitialConstruct const &other)=default |
| InitialConstruct (InitialConstruct &&other)=default | |
| InitialConstruct & | operator= (InitialConstruct &&other)=default |
| storm::expressions::Expression | getInitialStatesExpression () const |
| Retrieves the expression characterizing the initial states. | |
| InitialConstruct | substitute (std::map< storm::expressions::Variable, storm::expressions::Expression > const &substitution) const |
| Substitutes all identifiers in the constant according to the given map. | |
Public Member Functions inherited from storm::prism::LocatedInformation | |
| LocatedInformation (std::string const &filename, uint_fast64_t lineNumber) | |
| Constructs a located information with the given filename and line number. | |
| LocatedInformation ()=default | |
| LocatedInformation (LocatedInformation const &other)=default | |
| LocatedInformation & | operator= (LocatedInformation const &other)=default |
| LocatedInformation (LocatedInformation &&other)=default | |
| LocatedInformation & | operator= (LocatedInformation &&other)=default |
| std::string const & | getFilename () const |
| Retrieves the name of the file in which the information was found. | |
| void | setFilename (std::string const &filename) |
| Sets the filename of this information. | |
| uint_fast64_t | getLineNumber () const |
| Retrieves the line number in which the information was found. | |
| void | setLineNumber (uint_fast64_t lineNumber) |
| Sets the line number of this information. | |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, InitialConstruct const &initialConstruct) |
Definition at line 18 of file InitialConstruct.h.
| storm::prism::InitialConstruct::InitialConstruct | ( | storm::expressions::Expression | initialStatesExpression, |
| std::string const & | filename = "", |
||
| uint_fast64_t | lineNumber = 0 |
||
| ) |
Creates an initial construct with the given expression.
| initialStatesExpression | An expression characterizing the initial states. |
| filename | The filename in which the command is defined. |
| lineNumber | The line number in which the command is defined. |
Definition at line 6 of file InitialConstruct.cpp.
|
default |
|
default |
|
default |
| storm::expressions::Expression storm::prism::InitialConstruct::getInitialStatesExpression | ( | ) | const |
Retrieves the expression characterizing the initial states.
Definition at line 11 of file InitialConstruct.cpp.
|
default |
|
default |
| InitialConstruct storm::prism::InitialConstruct::substitute | ( | std::map< storm::expressions::Variable, storm::expressions::Expression > const & | substitution | ) | const |
Substitutes all identifiers in the constant according to the given map.
| substitution | The substitution to perform. |
Definition at line 15 of file InitialConstruct.cpp.
|
friend |
Definition at line 19 of file InitialConstruct.cpp.