Storm
A Modern Probabilistic Model Checker
|
#include <Action.h>
Public Member Functions | |
Action (std::string const &name) | |
Creates an action. | |
std::string const & | getName () const |
Returns the name of the location. | |
storm::jani::Action::Action | ( | std::string const & | name | ) |
std::string const & storm::jani::Action::getName | ( | ) | const |
Returns the name of the location.
Definition at line 9 of file Action.cpp.