Collaboration diagram for Concept:
Classes | |
struct | AutomataBase |
It symbolises the set of automata with multiplicity over a fixed semiring and a fixed free monoid. More... | |
struct | automaton_traits |
struct | virtual_types< AutomataBase< S > > |
struct | dynamic_traits< AutomataBase< S > > |
struct | MetaElement< AutomataBase< Self >, T > |
MetaElement<AutomataBase<Self>, T> defines the interface of every automaton that is the result of the interaction of a structural element (AutomataBase<Self>) and an implementation T. More... | |
struct | TransducerBase |
It denotes the set of transducer with multiplicity over a fixed semiring and a fixed free couple of monoid. More... | |
struct | transducer_traits |
struct | extension_traits |
struct | projection_traits |
struct | output_projection_traits |
struct | virtual_types< TransducerBase< S > > |
struct | dynamic_traits< TransducerBase< S > > |
struct | MetaElement< TransducerBase< Self >, T > |
MetaElement<TransducerBase<Self>, T> defines the interface of every transducer that is the result of the interaction of a structural element (TransducerBase<Self>) and an implementation T. More... |