1#ifndef STORM_LOGIC_BINARYBOOLEANPATHFORMULA_H_
2#define STORM_LOGIC_BINARYBOOLEANPATHFORMULA_H_
32 virtual bool isAnd()
const;
33 virtual bool isOr()
const;
35 virtual std::ostream&
writeToStream(std::ostream& out,
bool allowParentheses =
false)
const override;
BinaryBooleanOperatorType