Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
InterleavingParallelComposition.h
Go to the documentation of this file.
1#ifndef STORM_STORAGE_PRISM_INTERLEAVINGPARALLELCOMPOSITION_H_
2#define STORM_STORAGE_PRISM_INTERLEAVINGPARALLELCOMPOSITION_H_
3
5
6namespace storm {
7namespace prism {
9 public:
10 InterleavingParallelComposition(std::shared_ptr<Composition> const& left, std::shared_ptr<Composition> const& right);
11
12 virtual boost::any accept(CompositionVisitor& visitor, boost::any const& data) const override;
13
14 protected:
15 virtual void writeToStream(std::ostream& stream) const override;
16};
17} // namespace prism
18} // namespace storm
19
20#endif /* STORM_STORAGE_PRISM_INTERLEAVINGPARALLELCOMPOSITION_H_ */
virtual void writeToStream(std::ostream &stream) const override
virtual boost::any accept(CompositionVisitor &visitor, boost::any const &data) const override
LabParser.cpp.
Definition cli.cpp:18