7 :
LocatedInformation(filename, lineNumber), initialStatesExpression(initialStatesExpression) {
12 return this->initialStatesExpression;
22 stream <<
"endinit\n";
InitialConstruct substitute(std::map< storm::expressions::Variable, storm::expressions::Expression > const &substitution) const
Substitutes all identifiers in the constant according to the given map.
InitialConstruct()=default
InitialConstruct(storm::expressions::Expression initialStatesExpression, std::string const &filename="", uint_fast64_t lineNumber=0)
Creates an initial construct with the given expression.
storm::expressions::Expression getInitialStatesExpression() const
Retrieves the expression characterizing the initial states.
std::ostream & operator<<(std::ostream &stream, Assignment const &assignment)