#include <rmol/factory/FacStudyStatManager.hpp>
Public Types | |
typedef std::vector < BomAbstract * > | BomPool_T |
Public Member Functions | |
virtual | ~FacStudyStatManager () |
StudyStatManager & | create () |
void | clean () |
Static Public Member Functions | |
static FacStudyStatManager & | instance () |
Protected Member Functions | |
FacStudyStatManager () | |
Protected Attributes | |
BomPool_T | _pool |
Factory for StudyStatManager objects.
Definition at line 13 of file FacStudyStatManager.hpp.
typedef std::vector<BomAbstract*> RMOL::FacBomAbstract::BomPool_T [inherited] |
Define the list (pool) of Bom objects.
Definition at line 20 of file FacBomAbstract.hpp.
RMOL::FacStudyStatManager::~FacStudyStatManager | ( | ) | [virtual] |
Destructor.
The Destruction put the _instance to NULL in order to be clean for the next FacStudyStatManager::instance()
Definition at line 17 of file FacStudyStatManager.cpp.
RMOL::FacStudyStatManager::FacStudyStatManager | ( | ) | [inline, protected] |
Default Constructor.
This constructor is protected in order to ensure the singleton pattern.
Definition at line 34 of file FacStudyStatManager.hpp.
Referenced by instance().
FacStudyStatManager & RMOL::FacStudyStatManager::instance | ( | ) | [static] |
Provide the unique instance.
The singleton is instantiated when first used
Definition at line 22 of file FacStudyStatManager.cpp.
References FacStudyStatManager().
Referenced by RMOL::RMOL_ServiceContext::setUpStudyStatManager().
StudyStatManager & RMOL::FacStudyStatManager::create | ( | ) |
Create a new FacStudyStatManager object.
This new object is added to the list of instantiated objects.
Definition at line 34 of file FacStudyStatManager.cpp.
References RMOL::FacBomAbstract::_pool.
Referenced by RMOL::RMOL_ServiceContext::setUpStudyStatManager().
void RMOL::FacBomAbstract::clean | ( | ) | [inherited] |
Destroyed all the object instantiated by this factory.
Definition at line 18 of file FacBomAbstract.cpp.
References RMOL::FacBomAbstract::_pool.
Referenced by RMOL::FacBomAbstract::~FacBomAbstract().
BomPool_T RMOL::FacBomAbstract::_pool [protected, inherited] |
List of instantiated Business Objects
Definition at line 34 of file FacBomAbstract.hpp.
Referenced by RMOL::FacBomAbstract::clean(), create(), RMOL::FacPartialSumHolderHolder::create(), RMOL::FacPartialSumHolder::create(), RMOL::FacOverbooking::create(), RMOL::FacDemand::create(), RMOL::FacBucketHolder::create(), and RMOL::FacBucket::create().
Generated on Sat Sep 26 13:14:24 2009 for RMOL by Doxygen 1.6.1