|
|
void | setNumericalAttribute (attribute_id i_id, std::string i_name, fp_getDouble getValueFunction, fp_getDouble getReliabilityFunction) |
| |
|
void | setSymbolicAttribute (attribute_id i_id, std::string i_name, fp_getString getValueFunction, fp_getDouble getReliabilityFunction, fp_setSymValues setSymbolicValues) |
| |
|
void | setNumericalAttributes () |
| |
|
void | setSymbolicAttributes () |
| |
|
|
std::map< attribute_id, std::string > | nameFromId |
| |
|
std::map< std::string, attribute_id > | idFromName |
| |
|
std::set< std::string > | availableNumerical |
| |
|
std::set< std::string > | availableSymbolic |
| |
|
std::map< attribute_id, fp_getDouble > | getValueNumeric |
| |
|
std::map< attribute_id, fp_getDouble > | getReliability |
| |
|
std::map< attribute_id, fp_getString > | getValueSymbolic |
| |
|
std::map< attribute_id, std::set< std::string > * > | symbolicValuesList |
| |
The documentation for this class was generated from the following file: