7namespace bisimulation {
9template<
typename DataType>
12template<
typename DataType>
72 DataType
const&
data()
const;
78 std::size_t
getId()
const;
Block const & getPreviousBlock() const
Block const & getNextBlock() const
storm::storage::sparse::state_type getEndIndex() const
Block * getPreviousBlockPointer()
bool hasNextBlock() const
bool operator==(Block const &other) const
Block * getNextBlockPointer()
Block & operator=(Block &&other)=default
bool operator!=(Block const &other) const
std::size_t getNumberOfStates() const
Block(Block const &other)=default
void print(Partition< DataType > const &partition) const
bool hasPreviousBlock() const
storm::storage::sparse::state_type getBeginIndex() const
Block & operator=(Block const &other)=default
std::size_t getId() const
Block(Block &&other)=default