Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
PathFormula.h
Go to the documentation of this file.
1#ifndef STORM_LOGIC_PATHFORMULA_H_
2#define STORM_LOGIC_PATHFORMULA_H_
3
5
6namespace storm {
7namespace logic {
8class PathFormula : public Formula {
9 public:
10 virtual ~PathFormula() {
11 // Intentionally left empty.
12 };
13
14 virtual bool isPathFormula() const override;
15};
16} // namespace logic
17} // namespace storm
18
19#endif /* STORM_LOGIC_PATHFORMULA_H_ */
virtual bool isPathFormula() const override
LabParser.cpp.
Definition cli.cpp:18