Awali
Another Weighted Automata library
|
#include <real_time.hh>
Public Types | |
using | automaton_t = mutable_automaton< ret_context_t > |
using | labelset0_t = typename labelset_t::template valueset_t< 0 > |
using | labelset1_t = typename labelset_t::template valueset_t< 1 > |
using | labelset_t = labelset_t_of< Tdc > |
using | notnullset0_t = typename labelset_trait< labelset0_t >::not_nullable_t |
using | pair_t = std::pair< state_t, wordset1_value_t > |
using | res_context_t = sttc::context< res_labelset_t, weightset_t > |
using | res_labelset_t = tupleset< labelset0_t, wordset1_t > |
using | ret_context_t = sttc::context< ret_labelset_t, weightset_t > |
using | ret_labelset_t = tupleset< notnullset0_t, wordset1_t > |
using | weightset_t = weightset_t_of< Tdc > |
using | wordset1_t = typename labelset_trait< labelset1_t >::wordset_t |
using | wordset1_value_t = typename wordset1_t::value_t |
Static Public Member Functions | |
static bool | is_realtime (const Tdc &tdc) |
static bool | is_sequential (const Tdc &tdc) |
static automaton_t | realtime (const Tdc &tdc, bool keep_history) |
using awali::sttc::internal::realtimer< Tdc >::automaton_t = mutable_automaton<ret_context_t> |
using awali::sttc::internal::realtimer< Tdc >::labelset0_t = typename labelset_t::template valueset_t<0> |
using awali::sttc::internal::realtimer< Tdc >::labelset1_t = typename labelset_t::template valueset_t<1> |
using awali::sttc::internal::realtimer< Tdc >::labelset_t = labelset_t_of<Tdc> |
using awali::sttc::internal::realtimer< Tdc >::notnullset0_t = typename labelset_trait<labelset0_t>::not_nullable_t |
using awali::sttc::internal::realtimer< Tdc >::pair_t = std::pair<state_t, wordset1_value_t> |
using awali::sttc::internal::realtimer< Tdc >::res_context_t = sttc::context<res_labelset_t, weightset_t> |
using awali::sttc::internal::realtimer< Tdc >::res_labelset_t = tupleset<labelset0_t,wordset1_t> |
using awali::sttc::internal::realtimer< Tdc >::ret_context_t = sttc::context<ret_labelset_t, weightset_t> |
using awali::sttc::internal::realtimer< Tdc >::ret_labelset_t = tupleset<notnullset0_t,wordset1_t> |
using awali::sttc::internal::realtimer< Tdc >::weightset_t = weightset_t_of<Tdc> |
using awali::sttc::internal::realtimer< Tdc >::wordset1_t = typename labelset_trait<labelset1_t>::wordset_t |
using awali::sttc::internal::realtimer< Tdc >::wordset1_value_t = typename wordset1_t::value_t |
|
static |
|
static |
|
static |