|
Storm 1.11.1.1
A Modern Probabilistic Model Checker
|
#include <InterleavingParallelComposition.h>


Public Member Functions | |
| InterleavingParallelComposition (std::shared_ptr< Composition > const &left, std::shared_ptr< Composition > const &right) | |
| virtual boost::any | accept (CompositionVisitor &visitor, boost::any const &data) const override |
Public Member Functions inherited from storm::prism::ParallelComposition | |
| ParallelComposition (std::shared_ptr< Composition > const &left, std::shared_ptr< Composition > const &right) | |
| Composition const & | getLeftSubcomposition () const |
| Composition const & | getRightSubcomposition () const |
Public Member Functions inherited from storm::prism::Composition | |
| Composition ()=default | |
| virtual | ~Composition ()=default |
Protected Member Functions | |
| virtual void | writeToStream (std::ostream &stream) const override |
Definition at line 8 of file InterleavingParallelComposition.h.
| storm::prism::InterleavingParallelComposition::InterleavingParallelComposition | ( | std::shared_ptr< Composition > const & | left, |
| std::shared_ptr< Composition > const & | right | ||
| ) |
Definition at line 6 of file InterleavingParallelComposition.cpp.
|
overridevirtual |
Implements storm::prism::Composition.
Definition at line 11 of file InterleavingParallelComposition.cpp.
|
overrideprotectedvirtual |
Implements storm::prism::Composition.
Definition at line 15 of file InterleavingParallelComposition.cpp.