Vcsn  2.2
Be Rational
vcsn::rat::standard_visitor< Aut, ExpSet > Class Template Reference

Build a standard automaton from an expression. More...

#include <standard.hh>

Inheritance diagram for vcsn::rat::standard_visitor< Aut, ExpSet >:
Collaboration diagram for vcsn::rat::standard_visitor< Aut, ExpSet >:

Public Types

using automaton_t = Aut
 
using expressionset_t = ExpSet
 
using weightset_t = weightset_t_of< expressionset_t >
 
using weight_t = weight_t_of< expressionset_t >
 
using state_t = state_t_of< automaton_t >
 
using super_t = typename expressionset_t::const_visitor
 

Public Member Functions

 standard_visitor (const expressionset_t &rs)
 
automaton_t operator() (const typename expressionset_t::value_t &v)
 

Static Public Member Functions

static constexpr const charme ()
 Name of this algorithm, for error messages. More...
 

Private Types

using tuple_t = typename super_t::tuple_t
 
using states_t = std::set< state_t >
 The current set of final states. More...
 

Private Member Functions

virtual void visit (const tuple_t &, std::true_type) override
 
 VCSN_RAT_VISIT (zero,)
 
 VCSN_RAT_VISIT (one,)
 
 VCSN_RAT_VISIT (atom, e)
 
states_t finals () const
 
 VCSN_RAT_VISIT (sum, e)
 
 VCSN_RAT_VISIT (prod, e)
 
 VCSN_RAT_VISIT (star, e)
 
 VCSN_RAT_VISIT (lweight, e)
 
 VCSN_RAT_VISIT (rweight, e)
 

Private Attributes

const expressionset_trs_
 
const weightset_tws_ = *rs_.weightset()
 
automaton_t res_
 
state_t initial_ = automaton_t::element_type::null_state()
 

Detailed Description

template<Automaton Aut, typename ExpSet>
class vcsn::rat::standard_visitor< Aut, ExpSet >

Build a standard automaton from an expression.

Template Parameters
Autrelative the generated automaton
ExpSetrelative to the expression.

Definition at line 168 of file standard.hh.

Member Typedef Documentation

template<Automaton Aut, typename ExpSet >
using vcsn::rat::standard_visitor< Aut, ExpSet >::automaton_t = Aut

Definition at line 172 of file standard.hh.

template<Automaton Aut, typename ExpSet >
using vcsn::rat::standard_visitor< Aut, ExpSet >::expressionset_t = ExpSet

Definition at line 173 of file standard.hh.

template<Automaton Aut, typename ExpSet >
using vcsn::rat::standard_visitor< Aut, ExpSet >::state_t = state_t_of<automaton_t>

Definition at line 176 of file standard.hh.

template<Automaton Aut, typename ExpSet >
using vcsn::rat::standard_visitor< Aut, ExpSet >::states_t = std::set<state_t>
private

The current set of final states.

Definition at line 231 of file standard.hh.

template<Automaton Aut, typename ExpSet >
using vcsn::rat::standard_visitor< Aut, ExpSet >::super_t = typename expressionset_t::const_visitor

Definition at line 178 of file standard.hh.

template<Automaton Aut, typename ExpSet >
using vcsn::rat::standard_visitor< Aut, ExpSet >::tuple_t = typename super_t::tuple_t
private

Definition at line 203 of file standard.hh.

template<Automaton Aut, typename ExpSet >
using vcsn::rat::standard_visitor< Aut, ExpSet >::weight_t = weight_t_of<expressionset_t>

Definition at line 175 of file standard.hh.

template<Automaton Aut, typename ExpSet >
using vcsn::rat::standard_visitor< Aut, ExpSet >::weightset_t = weightset_t_of<expressionset_t>

Definition at line 174 of file standard.hh.

Constructor & Destructor Documentation

template<Automaton Aut, typename ExpSet >
vcsn::rat::standard_visitor< Aut, ExpSet >::standard_visitor ( const expressionset_t rs)
inline

Definition at line 183 of file standard.hh.

Member Function Documentation

template<Automaton Aut, typename ExpSet >
states_t vcsn::rat::standard_visitor< Aut, ExpSet >::finals ( ) const
inlineprivate

Definition at line 232 of file standard.hh.

References vcsn::detail::final_transitions(), and vcsn::rat::standard_visitor< Aut, ExpSet >::res_.

Referenced by vcsn::rat::standard_visitor< Aut, ExpSet >::VCSN_RAT_VISIT().

Here is the call graph for this function:

template<Automaton Aut, typename ExpSet >
static constexpr const char* vcsn::rat::standard_visitor< Aut, ExpSet >::me ( )
inlinestatic

Name of this algorithm, for error messages.

Definition at line 181 of file standard.hh.

Referenced by vcsn::rat::standard_visitor< Aut, ExpSet >::visit().

template<Automaton Aut, typename ExpSet >
automaton_t vcsn::rat::standard_visitor< Aut, ExpSet >::operator() ( const typename expressionset_t::value_t &  v)
inline
template<Automaton Aut, typename ExpSet >
vcsn::rat::standard_visitor< Aut, ExpSet >::VCSN_RAT_VISIT ( zero  )
inlineprivate
template<Automaton Aut, typename ExpSet >
vcsn::rat::standard_visitor< Aut, ExpSet >::VCSN_RAT_VISIT ( one  )
inlineprivate
template<Automaton Aut, typename ExpSet >
vcsn::rat::standard_visitor< Aut, ExpSet >::VCSN_RAT_VISIT ( atom  ,
 
)
inlineprivate
template<Automaton Aut, typename ExpSet >
vcsn::rat::standard_visitor< Aut, ExpSet >::VCSN_RAT_VISIT ( sum  ,
 
)
inlineprivate

Definition at line 240 of file standard.hh.

References vcsn::detail::all_out(), vcsn::rat::standard_visitor< Aut, ExpSet >::finals(), vcsn::rat::standard_visitor< Aut, ExpSet >::initial_, and vcsn::rat::standard_visitor< Aut, ExpSet >::res_.

Here is the call graph for this function:

template<Automaton Aut, typename ExpSet >
vcsn::rat::standard_visitor< Aut, ExpSet >::VCSN_RAT_VISIT ( prod  ,
 
)
inlineprivate
template<Automaton Aut, typename ExpSet >
vcsn::rat::standard_visitor< Aut, ExpSet >::VCSN_RAT_VISIT ( star  ,
 
)
inlineprivate

Definition at line 312 of file standard.hh.

References vcsn::detail::final_transitions(), vcsn::rat::standard_visitor< Aut, ExpSet >::finals(), vcsn::has(), vcsn::rat::standard_visitor< Aut, ExpSet >::initial_, vcsn::detail::out(), vcsn::rat::standard_visitor< Aut, ExpSet >::res_, and vcsn::rat::standard_visitor< Aut, ExpSet >::ws_.

Here is the call graph for this function:

template<Automaton Aut, typename ExpSet >
vcsn::rat::standard_visitor< Aut, ExpSet >::VCSN_RAT_VISIT ( lweight  ,
 
)
inlineprivate

Definition at line 342 of file standard.hh.

References vcsn::detail::all_out(), vcsn::rat::standard_visitor< Aut, ExpSet >::initial_, and vcsn::rat::standard_visitor< Aut, ExpSet >::res_.

Here is the call graph for this function:

template<Automaton Aut, typename ExpSet >
vcsn::rat::standard_visitor< Aut, ExpSet >::VCSN_RAT_VISIT ( rweight  ,
 
)
inlineprivate

Definition at line 349 of file standard.hh.

References vcsn::detail::final_transitions(), vcsn::rat::standard_visitor< Aut, ExpSet >::finals(), vcsn::has(), and vcsn::rat::standard_visitor< Aut, ExpSet >::res_.

Here is the call graph for this function:

template<Automaton Aut, typename ExpSet >
virtual void vcsn::rat::standard_visitor< Aut, ExpSet >::visit ( const tuple_t ,
std::true_type   
)
inlineoverrideprivatevirtual

Definition at line 204 of file standard.hh.

References vcsn::rat::standard_visitor< Aut, ExpSet >::me().

Here is the call graph for this function:

Member Data Documentation

template<Automaton Aut, typename ExpSet >
state_t vcsn::rat::standard_visitor< Aut, ExpSet >::initial_ = automaton_t::element_type::null_state()
private
template<Automaton Aut, typename ExpSet >
const expressionset_t& vcsn::rat::standard_visitor< Aut, ExpSet >::rs_
private

Definition at line 359 of file standard.hh.

template<Automaton Aut, typename ExpSet >
const weightset_t& vcsn::rat::standard_visitor< Aut, ExpSet >::ws_ = *rs_.weightset()
private

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