#include <string>
#include <vector>
#include "xercesc/dom/DOM.hpp"
#include "tdsp/dsp_vector.h"
#include "boss_utility/boss_config.h"
#include "boss_node.h"
#include "boss_node_de.h"
#include "cost.h"
#include "cost_de.h"
Go to the source code of this file.
Classes | |
class | UnitSelectionFactory |
Base class for generation of language dependent components used by the non-uniform unit selection algorithm. First an instance of unit selection factory for one language is created. This factory can be used to create instances of the desired types. More... | |
class | UnitSelectionFactoryDE |
Factory implementation for generation of german cost and node classes. More... |