Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
TimeOperatorFormula.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace storm {
7namespace logic {
9 public:
10 TimeOperatorFormula(std::shared_ptr<Formula const> const& subformula, OperatorInformation const& operatorInformation = OperatorInformation());
11
13 // Intentionally left empty.
14 }
15
16 virtual bool isTimeOperatorFormula() const override;
17
18 virtual boost::any accept(FormulaVisitor const& visitor, boost::any const& data) const override;
19
20 virtual std::ostream& writeToStream(std::ostream& out, bool allowParentheses = false) const override;
21};
22} // namespace logic
23} // namespace storm
OperatorInformation operatorInformation
virtual std::ostream & writeToStream(std::ostream &out, bool allowParentheses=false) const override
Writes the forumla to the given output stream.
virtual boost::any accept(FormulaVisitor const &visitor, boost::any const &data) const override
virtual bool isTimeOperatorFormula() const override
LabParser.cpp.
Definition cli.cpp:18