Main Page | Alphabetical List | Compound List | File List | Compound Members | File Members

finda_cfg.h File Reference

#include <string>
#include "semantic_id.h"
#include "link_map.h"
#include "debug.h"

Include dependency graph for finda_cfg.h:

Include dependency graph

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

Included by dependency graph

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< CAnalogousWeightPairCAnalogousWeightNodeList
 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.


Detailed Description

Definition in file finda_cfg.h.


Typedef Documentation

typedef std::list<CAnalogousWeightPair> CAnalogousWeightNodeList
 

STL list of analogous weight node pairs (used during sorting of results).

Definition at line 123 of file finda_cfg.h.

typedef CAnalogousWeightNodeList::iterator CAnalogousWeightNodeList_i
 

Const iterator for analogous weight node pair STL list.

Definition at line 125 of file finda_cfg.h.

Referenced by CFindAnalogousConfig::GetResult().

typedef std::map<SemanticID, CAnalogousWeightNode *> CAnalogousWeightNodeMap
 

STL map of analogous weight nodes using their numeric ID as the key.

Definition at line 107 of file finda_cfg.h.

typedef CAnalogousWeightNodeMap::const_iterator CAnalogousWeightNodeMap_ci
 

Const iterator for the analogous weight node STL map.

Definition at line 116 of file finda_cfg.h.

typedef CAnalogousWeightNodeMap::iterator CAnalogousWeightNodeMap_i
 

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().

typedef CAnalogousWeightNodeMap::reverse_iterator CAnalogousWeightNodeMap_ri
 

Reverse iterator for the analogous weight node STL map.

Definition at line 113 of file finda_cfg.h.

typedef std::pair<CAnalogousWeightNode *, float> CAnalogousWeightPair
 

Pair representing a floating point weight value and analogous weight node.

Definition at line 120 of file finda_cfg.h.

Referenced by CFindAnalogousConfig::AddNodeToResults().


Generated on Tue Sep 16 09:44:03 2003 for OMCSNetCPP by doxygen 1.3.3