Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
GspnParser.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace storm {
6namespace parser {
7class GspnParser {
8 public:
9 static storm::gspn::GSPN* parse(std::string const& filename, std::string const& constantDefinitions = "");
10};
11} // namespace parser
12} // namespace storm
static storm::gspn::GSPN * parse(std::string const &filename, std::string const &constantDefinitions="")
LabParser.cpp.
Definition cli.cpp:18