Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ParallelComposition.h
Go to the documentation of this file.
1#ifndef STORM_STORAGE_PRISM_PARALLELCOMPOSITION_H_
2#define STORM_STORAGE_PRISM_PARALLELCOMPOSITION_H_
3
4#include <memory>
5#include <set>
6#include <string>
7
9
10namespace storm {
11namespace prism {
13 public:
14 ParallelComposition(std::shared_ptr<Composition> const& left, std::shared_ptr<Composition> const& right);
15
18
19 private:
20 std::shared_ptr<Composition> left;
21 std::shared_ptr<Composition> right;
22};
23} // namespace prism
24} // namespace storm
25
26#endif /* STORM_STORAGE_PRISM_PARALLELCOMPOSITION_H_ */
Composition const & getLeftSubcomposition() const
Composition const & getRightSubcomposition() const
LabParser.cpp.
Definition cli.cpp:18