1#ifndef STORM_LOGIC_BINARYBOOLEANSTATEFORMULA_H_
2#define STORM_LOGIC_BINARYBOOLEANSTATEFORMULA_H_
16 std::shared_ptr<Formula const>
const& rightSubformula);
28 virtual bool isAnd()
const;
29 virtual bool isOr()
const;
31 virtual std::ostream&
writeToStream(std::ostream& out,
bool allowParentheses =
false)
const override;
BinaryBooleanOperatorType