The class creates a rating function based on RatingFn::Type.
It is purely static: the default and copy constructors are not implemented.
Definition at line 1156 of file ratingfn.h.
| OSB_LIB::RatingFnFactory::RatingFnFactory | ( | ) | [private] |
Prevent construction: not implemented.
| OSB_LIB::RatingFnFactory::RatingFnFactory | ( | const RatingFnFactory & | rhs | ) | [private] |
Prevent construction: not implemented.
| static RatingFn::AutoPtr OSB_LIB::RatingFnFactory::create | ( | const RatingFn::Type & | rfType, | |
| const RatingFn::Oid & | oid = RatingFn::Oid() | |||
| ) | [static] |
Create a rating function.
| rfType | Identifies the type of rating function to create. | |
| oid | Object id of the new rating function. |
1.4.7