Storm
1.11.1.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
Action.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
storm
{
6
namespace
jani {
7
class
Action
{
8
public
:
13
Action
(std::string
const
& name);
14
18
std::string
const
&
getName
()
const
;
19
20
private
:
22
std::string name;
23
};
24
25
}
// namespace jani
26
}
// namespace storm
storm::jani::Action
Definition
Action.h:7
storm::jani::Action::getName
std::string const & getName() const
Returns the name of the location.
Definition
Action.cpp:9
storm
Definition
AutomaticSettings.cpp:13
src
storm
storage
jani
Action.h
Generated by
1.9.8