Storm
A Modern Probabilistic Model Checker
|
#include <Block.h>
Public Member Functions | |
Block (storm::storage::sparse::state_type beginIndex, storm::storage::sparse::state_type endIndex, Block *previous, Block *next, std::size_t id) | |
Block ()=default | |
Block (Block const &other)=default | |
Block & | operator= (Block const &other)=default |
Block (Block &&other)=default | |
Block & | operator= (Block &&other)=default |
bool | operator== (Block const &other) const |
bool | operator!= (Block const &other) const |
void | print (Partition< DataType > const &partition) const |
storm::storage::sparse::state_type | getBeginIndex () const |
storm::storage::sparse::state_type | getEndIndex () const |
Block const & | getNextBlock () const |
Block * | getNextBlockPointer () |
Block const * | getNextBlockPointer () const |
bool | hasNextBlock () const |
Block const & | getPreviousBlock () const |
Block * | getPreviousBlockPointer () |
Block const * | getPreviousBlockPointer () const |
bool | hasPreviousBlock () const |
bool | check () const |
std::size_t | getNumberOfStates () const |
DataType & | data () |
DataType const & | data () const |
void | resetMarkers () |
std::size_t | getId () const |
Friends | |
class | Partition< DataType > |
storm::storage::bisimulation::Block< DataType >::Block | ( | storm::storage::sparse::state_type | beginIndex, |
storm::storage::sparse::state_type | endIndex, | ||
Block< DataType > * | previous, | ||
Block< DataType > * | next, | ||
std::size_t | id | ||
) |
|
default |
|
default |
|
default |
bool storm::storage::bisimulation::Block< DataType >::check | ( | ) | const |
DataType & storm::storage::bisimulation::Block< DataType >::data | ( | ) |
DataType const & storm::storage::bisimulation::Block< DataType >::data | ( | ) | const |
storm::storage::sparse::state_type storm::storage::bisimulation::Block< DataType >::getBeginIndex | ( | ) | const |
storm::storage::sparse::state_type storm::storage::bisimulation::Block< DataType >::getEndIndex | ( | ) | const |
std::size_t storm::storage::bisimulation::Block< DataType >::getId | ( | ) | const |
Block< DataType > const & storm::storage::bisimulation::Block< DataType >::getNextBlock | ( | ) | const |
Block< DataType > * storm::storage::bisimulation::Block< DataType >::getNextBlockPointer | ( | ) |
Block< DataType > const * storm::storage::bisimulation::Block< DataType >::getNextBlockPointer | ( | ) | const |
std::size_t storm::storage::bisimulation::Block< DataType >::getNumberOfStates | ( | ) | const |
Block< DataType > const & storm::storage::bisimulation::Block< DataType >::getPreviousBlock | ( | ) | const |
Block< DataType > * storm::storage::bisimulation::Block< DataType >::getPreviousBlockPointer | ( | ) |
Block< DataType > const * storm::storage::bisimulation::Block< DataType >::getPreviousBlockPointer | ( | ) | const |
bool storm::storage::bisimulation::Block< DataType >::hasNextBlock | ( | ) | const |
bool storm::storage::bisimulation::Block< DataType >::hasPreviousBlock | ( | ) | const |
bool storm::storage::bisimulation::Block< DataType >::operator!= | ( | Block< DataType > const & | other | ) | const |
|
default |
|
default |
bool storm::storage::bisimulation::Block< DataType >::operator== | ( | Block< DataType > const & | other | ) | const |
void storm::storage::bisimulation::Block< DataType >::print | ( | Partition< DataType > const & | partition | ) | const |
void storm::storage::bisimulation::Block< DataType >::resetMarkers | ( | ) |
|
friend |