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