#include <string>#include "semantic_id.h"#include "link_map.h"#include "debug.h"Include dependency graph for finda_cfg.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | CAnalogousWeightNode |
| Weighted concept node used during FindAnalogous searches. More... | |
| class | CFindAnalogousConfig |
| Configuration for a 'Find Analogous Concepts' search. More... | |
Typedefs | |
| typedef std::map< SemanticID, CAnalogousWeightNode * > | CAnalogousWeightNodeMap |
| STL map of analogous weight nodes using their numeric ID as the key. | |
| typedef CAnalogousWeightNodeMap::iterator | CAnalogousWeightNodeMap_i |
| Iterator for the analogous weight node STL map. | |
| typedef CAnalogousWeightNodeMap::reverse_iterator | CAnalogousWeightNodeMap_ri |
| Reverse iterator for the analogous weight node STL map. | |
| typedef CAnalogousWeightNodeMap::const_iterator | CAnalogousWeightNodeMap_ci |
| Const iterator for the analogous weight node STL map. | |
| typedef std::pair< CAnalogousWeightNode *, float > | CAnalogousWeightPair |
| Pair representing a floating point weight value and analogous weight node. | |
| typedef std::list< CAnalogousWeightPair > | CAnalogousWeightNodeList |
| STL list of analogous weight node pairs (used during sorting of results). | |
| typedef CAnalogousWeightNodeList::iterator | CAnalogousWeightNodeList_i |
| Const iterator for analogous weight node pair STL list. | |
Definition in file finda_cfg.h.
|
|
STL list of analogous weight node pairs (used during sorting of results).
Definition at line 123 of file finda_cfg.h. |
|
|
Const iterator for analogous weight node pair STL list.
Definition at line 125 of file finda_cfg.h. Referenced by CFindAnalogousConfig::GetResult(). |
|
|
STL map of analogous weight nodes using their numeric ID as the key.
Definition at line 107 of file finda_cfg.h. |
|
|
Const iterator for the analogous weight node STL map.
Definition at line 116 of file finda_cfg.h. |
|
|
Iterator for the analogous weight node STL map.
Definition at line 110 of file finda_cfg.h. Referenced by COMCSNet::FindAnalogous(), CFindAnalogousConfig::GetWeightedIterator(), and CFindAnalogousConfig::StoreWeightedLink(). |
|
|
Reverse iterator for the analogous weight node STL map.
Definition at line 113 of file finda_cfg.h. |
|
|
Pair representing a floating point weight value and analogous weight node.
Definition at line 120 of file finda_cfg.h. Referenced by CFindAnalogousConfig::AddNodeToResults(). |
1.3.3