/** @page initialization Initialization module @section Overview Initialization module provides customized environment initialization.
It parses given XML file - called Framework configuration XML,
and loads Plugins and configures Framework environment as written in the XML file
@image html overview_initialization.png "Software architecture of Initialization module" Initialization module has following sub implementations with each corresponding roles.
- Initializer
Loads Plugins and configures Framework environment through Config Parser,
and performs additional setting using loaded Plugins.
- Config Parser
Parses Framework configuration XML which agent specified,
loads requested Plugins and configures each Framework modules which agent says it uses.
*/