Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
Action.cpp
Go to the documentation of this file.
2
3namespace storm {
4namespace jani {
5Action::Action(std::string const& name) : name(name) {
6 // Intentionally left empty.
7}
8
9std::string const& Action::getName() const {
10 return this->name;
11}
12} // namespace jani
13} // namespace storm
std::string const & getName() const
Returns the name of the location.
Definition Action.cpp:9
Action(std::string const &name)
Creates an action.
Definition Action.cpp:5
LabParser.cpp.
Definition cli.cpp:18