/*! \page pageProjectBase ProjectBase


Each session of the user corresponds to a project (class ProjectBase). Only one project is loaded at a time. Project instance holds main containers :
	- List of problems (class Problems)
	- List of results (class Results)
	- Modelica tree (class ModClassTree) : this class contains all modelica items loaded in OMC.
	- Files paths (project, loaded mo files, loaded mmo files...)


It's from Project that main managing functions are called : save, addProblem, launchProblem...
	
\image html ./Images/ProjectBase.png "ProjectBase overview" width=10cm

 **/