Awali
Another Weighted Automata library
Public Types | Public Member Functions | Static Public Member Functions
awali::sttc::rat::derivation_visitor< RatExpSet > Class Template Reference

#include <derivation.hh>

Inheritance diagram for awali::sttc::rat::derivation_visitor< RatExpSet >:

Public Types

using context_t = context_t_of< ratexpset_t >
 
using label_t = label_t_of< context_t >
 
using labelset_t = labelset_t_of< context_t >
 
using node_t = typename super_type::node_t
 
using polynomial_t = typename polynomialset_t::value_t
 
using polynomialset_t = ratexp_polynomialset_t< ratexpset_t >
 
using ratexp_t = typename ratexpset_t::value_t
 
using ratexpset_t = RatExpSet
 
using super_type = typename ratexpset_t::const_visitor
 
using weight_t = typename weightset_t::value_t
 
using weightset_t = weightset_t_of< ratexpset_t >
 

Public Member Functions

 derivation_visitor (const ratexpset_t &rs)
 
 AWALI_RAT_VISIT (atom, e)
 
 AWALI_RAT_VISIT (lweight, e)
 
 AWALI_RAT_VISIT (one, e)
 
 AWALI_RAT_VISIT (prod, e)
 
 AWALI_RAT_VISIT (rweight, e)
 
 AWALI_RAT_VISIT (star, e)
 
 AWALI_RAT_VISIT (sum, e)
 
 AWALI_RAT_VISIT (zero, e)
 
polynomial_t operator() (const ratexp_t &v, label_t var)
 
ratexp_t ratexp (const polynomial_t p)
 

Static Public Member Functions

constexpr static const char * me ()
 

Member Typedef Documentation

◆ context_t

template<typename RatExpSet >
using awali::sttc::rat::derivation_visitor< RatExpSet >::context_t = context_t_of<ratexpset_t>

◆ label_t

template<typename RatExpSet >
using awali::sttc::rat::derivation_visitor< RatExpSet >::label_t = label_t_of<context_t>

◆ labelset_t

template<typename RatExpSet >
using awali::sttc::rat::derivation_visitor< RatExpSet >::labelset_t = labelset_t_of<context_t>

◆ node_t

template<typename RatExpSet >
using awali::sttc::rat::derivation_visitor< RatExpSet >::node_t = typename super_type::node_t

◆ polynomial_t

template<typename RatExpSet >
using awali::sttc::rat::derivation_visitor< RatExpSet >::polynomial_t = typename polynomialset_t::value_t

◆ polynomialset_t

template<typename RatExpSet >
using awali::sttc::rat::derivation_visitor< RatExpSet >::polynomialset_t = ratexp_polynomialset_t<ratexpset_t>

◆ ratexp_t

template<typename RatExpSet >
using awali::sttc::rat::derivation_visitor< RatExpSet >::ratexp_t = typename ratexpset_t::value_t

◆ ratexpset_t

template<typename RatExpSet >
using awali::sttc::rat::derivation_visitor< RatExpSet >::ratexpset_t = RatExpSet

◆ super_type

template<typename RatExpSet >
using awali::sttc::rat::derivation_visitor< RatExpSet >::super_type = typename ratexpset_t::const_visitor

◆ weight_t

template<typename RatExpSet >
using awali::sttc::rat::derivation_visitor< RatExpSet >::weight_t = typename weightset_t::value_t

◆ weightset_t

template<typename RatExpSet >
using awali::sttc::rat::derivation_visitor< RatExpSet >::weightset_t = weightset_t_of<ratexpset_t>

Constructor & Destructor Documentation

◆ derivation_visitor()

template<typename RatExpSet >
awali::sttc::rat::derivation_visitor< RatExpSet >::derivation_visitor ( const ratexpset_t rs)

Member Function Documentation

◆ AWALI_RAT_VISIT() [1/8]

template<typename RatExpSet >
awali::sttc::rat::derivation_visitor< RatExpSet >::AWALI_RAT_VISIT ( atom  ,
 
)

◆ AWALI_RAT_VISIT() [2/8]

template<typename RatExpSet >
awali::sttc::rat::derivation_visitor< RatExpSet >::AWALI_RAT_VISIT ( lweight  ,
 
)

◆ AWALI_RAT_VISIT() [3/8]

template<typename RatExpSet >
awali::sttc::rat::derivation_visitor< RatExpSet >::AWALI_RAT_VISIT ( one  ,
 
)

◆ AWALI_RAT_VISIT() [4/8]

template<typename RatExpSet >
awali::sttc::rat::derivation_visitor< RatExpSet >::AWALI_RAT_VISIT ( prod  ,
 
)

◆ AWALI_RAT_VISIT() [5/8]

template<typename RatExpSet >
awali::sttc::rat::derivation_visitor< RatExpSet >::AWALI_RAT_VISIT ( rweight  ,
 
)

◆ AWALI_RAT_VISIT() [6/8]

template<typename RatExpSet >
awali::sttc::rat::derivation_visitor< RatExpSet >::AWALI_RAT_VISIT ( star  ,
 
)

◆ AWALI_RAT_VISIT() [7/8]

template<typename RatExpSet >
awali::sttc::rat::derivation_visitor< RatExpSet >::AWALI_RAT_VISIT ( sum  ,
 
)

◆ AWALI_RAT_VISIT() [8/8]

template<typename RatExpSet >
awali::sttc::rat::derivation_visitor< RatExpSet >::AWALI_RAT_VISIT ( zero  ,
 
)

◆ me()

template<typename RatExpSet >
constexpr static const char* awali::sttc::rat::derivation_visitor< RatExpSet >::me ( )
staticconstexpr

◆ operator()()

template<typename RatExpSet >
polynomial_t awali::sttc::rat::derivation_visitor< RatExpSet >::operator() ( const ratexp_t v,
label_t  var 
)

◆ ratexp()

template<typename RatExpSet >
ratexp_t awali::sttc::rat::derivation_visitor< RatExpSet >::ratexp ( const polynomial_t  p)

The documentation for this class was generated from the following file: