| Command(uint_fast64_t globalIndex, bool markovian, uint_fast64_t actionIndex, std::string const &actionName, storm::expressions::Expression const &guardExpression, std::vector< storm::prism::Update > const &updates, std::string const &filename="", uint_fast64_t lineNumber=0) | storm::prism::Command | |
| Command()=default | storm::prism::Command | |
| Command(Command const &other)=default | storm::prism::Command | |
| Command(Command &&other)=default | storm::prism::Command | |
| containsVariablesOnlyInUpdateProbabilities(std::set< storm::expressions::Variable > const &undefinedConstantVariables) const | storm::prism::Command | |
| getActionIndex() const | storm::prism::Command | |
| getActionName() const | storm::prism::Command | |
| getFilename() const | storm::prism::LocatedInformation | |
| getGlobalIndex() const | storm::prism::Command | |
| getGuardExpression() const | storm::prism::Command | |
| getLineNumber() const | storm::prism::LocatedInformation | |
| getNumberOfUpdates() const | storm::prism::Command | |
| getUpdate(uint_fast64_t index) const | storm::prism::Command | |
| getUpdates() const | storm::prism::Command | |
| getUpdates() | storm::prism::Command | |
| isLabeled() const | storm::prism::Command | |
| isMarkovian() const | storm::prism::Command | |
| LocatedInformation(std::string const &filename, uint_fast64_t lineNumber) | storm::prism::LocatedInformation | |
| LocatedInformation()=default | storm::prism::LocatedInformation | |
| LocatedInformation(LocatedInformation const &other)=default | storm::prism::LocatedInformation | |
| LocatedInformation(LocatedInformation &&other)=default | storm::prism::LocatedInformation | |
| operator<<(std::ostream &stream, Command const &command) | storm::prism::Command | friend |
| operator=(Command const &other)=default | storm::prism::Command | |
| operator=(Command &&other)=default | storm::prism::Command | |
| storm::prism::LocatedInformation::operator=(LocatedInformation const &other)=default | storm::prism::LocatedInformation | |
| storm::prism::LocatedInformation::operator=(LocatedInformation &&other)=default | storm::prism::LocatedInformation | |
| setFilename(std::string const &filename) | storm::prism::LocatedInformation | |
| setLineNumber(uint_fast64_t lineNumber) | storm::prism::LocatedInformation | |
| setMarkovian(bool value) | storm::prism::Command | |
| simplify() const | storm::prism::Command | |
| substitute(std::map< storm::expressions::Variable, storm::expressions::Expression > const &substitution) const | storm::prism::Command | |
| substituteNonStandardPredicates() const | storm::prism::Command | |