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
8
#include "
storm/storage/prism/Composition.h
"
9
10
namespace
storm
{
11
namespace
prism {
12
class
ParallelComposition
:
public
Composition
{
13
public
:
14
ParallelComposition
(std::shared_ptr<Composition>
const
& left, std::shared_ptr<Composition>
const
& right);
15
16
Composition
const
&
getLeftSubcomposition
()
const
;
17
Composition
const
&
getRightSubcomposition
()
const
;
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_ */
storm::prism::Composition
Definition
Composition.h:10
storm::prism::ParallelComposition
Definition
ParallelComposition.h:12
storm::prism::ParallelComposition::getLeftSubcomposition
Composition const & getLeftSubcomposition() const
Definition
ParallelComposition.cpp:12
storm::prism::ParallelComposition::getRightSubcomposition
Composition const & getRightSubcomposition() const
Definition
ParallelComposition.cpp:16
storm
LabParser.cpp.
Definition
cli.cpp:18
Composition.h
src
storm
storage
prism
ParallelComposition.h
Generated by
1.9.8