|
|
@ -10,6 +10,7 @@ |
|
|
|
#include "storm/storage/jani/Property.h" |
|
|
|
#include "storm/logic/Formulas.h" |
|
|
|
#include "storm-parsers/parser/ExpressionParser.h" |
|
|
|
#include "storm-parsers/parser/ConstantDataType.h" |
|
|
|
|
|
|
|
#include "storm/modelchecker/results/FilterType.h" |
|
|
|
|
|
|
@ -148,10 +149,6 @@ namespace storm { |
|
|
|
|
|
|
|
qi::rule<Iterator, std::vector<storm::jani::Property>(), Skipper> start; |
|
|
|
|
|
|
|
enum class ConstantDataType { |
|
|
|
Bool, Integer, Rational |
|
|
|
}; |
|
|
|
|
|
|
|
qi::rule<Iterator, qi::unused_type(), qi::locals<ConstantDataType>, Skipper> constantDefinition; |
|
|
|
qi::rule<Iterator, std::string(), Skipper> identifier; |
|
|
|
qi::rule<Iterator, std::string(), Skipper> formulaName; |
|
|
|