Awali
Another Weighted Automata library
|
Functions | |
template<typename Aut > | |
std::enable_if<!labelset_t_of< Aut >::is_free(), std::string >::type | is_ambiguous (const Aut &) |
template<typename Aut > | |
std::enable_if< labelset_t_of< Aut >::is_free(), bool >::type | is_ambiguous (const Aut &a) |
template<typename Aut > | |
std::enable_if<!labelset_t_of< Aut >::is_free(), std::string >::type | is_complete (const Aut &) |
template<typename Aut > | |
std::enable_if< labelset_t_of< Aut >::is_free(), bool >::type | is_complete (const Aut &a) |
template<typename Aut > | |
std::enable_if<!labelset_t_of< Aut >::is_free(), std::string >::type | is_deterministic (const Aut &) |
template<typename Aut > | |
std::enable_if< labelset_t_of< Aut >::is_free(), bool >::type | is_deterministic (const Aut &a) |
template<typename Aut > | |
std::enable_if<!labelset_t_of< Aut >::is_free(), std::string >::type | is_synchronizing (const Aut &) |
template<typename Aut > | |
std::enable_if< labelset_t_of< Aut >::is_free(), bool >::type | is_synchronizing (const Aut &a) |
template<typename Aut > | |
std::enable_if<!labelset_t_of< Aut >::is_free(), std::string >::type | num_deterministic_states (const Aut &) |
template<typename Aut > | |
std::enable_if< labelset_t_of< Aut >::is_free(), size_t >::type | num_deterministic_states (const Aut &a) |
template<typename Aut > | |
size_t | num_eps_transitions (const Aut &aut) |
template<typename Aut > | |
ATTRIBUTE_CONST std::enable_if<!labelset_t_of< Aut >::has_one(), size_t >::type | num_eps_transitions_ (const Aut &) |
template<typename Aut > | |
std::enable_if< labelset_t_of< Aut >::has_one(), size_t >::type | num_eps_transitions_ (const Aut &aut) |
std::enable_if<!labelset_t_of<Aut>::is_free(), std::string>::type awali::sttc::detail_info::is_ambiguous | ( | const Aut & | ) |
std::enable_if<labelset_t_of<Aut>::is_free(), bool>::type awali::sttc::detail_info::is_ambiguous | ( | const Aut & | a | ) |
std::enable_if<!labelset_t_of<Aut>::is_free(), std::string>::type awali::sttc::detail_info::is_complete | ( | const Aut & | ) |
std::enable_if<labelset_t_of<Aut>::is_free(), bool>::type awali::sttc::detail_info::is_complete | ( | const Aut & | a | ) |
std::enable_if<!labelset_t_of<Aut>::is_free(), std::string>::type awali::sttc::detail_info::is_deterministic | ( | const Aut & | ) |
std::enable_if<labelset_t_of<Aut>::is_free(), bool>::type awali::sttc::detail_info::is_deterministic | ( | const Aut & | a | ) |
std::enable_if<!labelset_t_of<Aut>::is_free(), std::string>::type awali::sttc::detail_info::is_synchronizing | ( | const Aut & | ) |
std::enable_if<labelset_t_of<Aut>::is_free(), bool>::type awali::sttc::detail_info::is_synchronizing | ( | const Aut & | a | ) |
std::enable_if<!labelset_t_of<Aut>::is_free(), std::string>::type awali::sttc::detail_info::num_deterministic_states | ( | const Aut & | ) |
std::enable_if<labelset_t_of<Aut>::is_free(), size_t>::type awali::sttc::detail_info::num_deterministic_states | ( | const Aut & | a | ) |
size_t awali::sttc::detail_info::num_eps_transitions | ( | const Aut & | aut | ) |
ATTRIBUTE_CONST std::enable_if<!labelset_t_of<Aut>::has_one(), size_t>::type awali::sttc::detail_info::num_eps_transitions_ | ( | const Aut & | ) |
std::enable_if<labelset_t_of<Aut>::has_one(), size_t>::type awali::sttc::detail_info::num_eps_transitions_ | ( | const Aut & | aut | ) |