Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
ParallelComposition.h
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4#include <set>
5#include <string>
6
8
9namespace storm {
10namespace prism {
12 public:
13 ParallelComposition(std::shared_ptr<Composition> const& left, std::shared_ptr<Composition> const& right);
14
17
18 private:
19 std::shared_ptr<Composition> left;
20 std::shared_ptr<Composition> right;
21};
22} // namespace prism
23} // namespace storm
Composition const & getLeftSubcomposition() const
ParallelComposition(std::shared_ptr< Composition > const &left, std::shared_ptr< Composition > const &right)
Composition const & getRightSubcomposition() const