Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

search_node Class Reference

#include <search_node.h>

Inheritance diagram for search_node:

Inheritance graph
[legend]
Collaboration diagram for search_node:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual bool is_delta () const
 search_node (const search_node_id &_i, const vdbl::userid &_dui, gptr< search_node > &_gm, gptr< vdbl::database > &_db, search_node_relation __snr=snr_reduction)
 search_node (const search_node_id &_i, const vdbl::userid &_dui, gptr< search_node > *_gm, gptr< vdbl::database > &_db, search_node_relation __snr=snr_reduction)
 search_node (const search_node &__sn)
 search_node (const search_node_id &_i, const vdbl::userid &_dui, gptr< vdbl::database > &_db, search_node_relation __snr=snr_root)
virtual ~search_node ()
vdbl::userid get_dbuserid () const
gptr< search_node > * global_model () const
gptr< vdbl::database > * database () const
search_node_id get_id () const
void keep (const annotation &_an)
void keep (const std::vector< annotation > &_anv)
void unkeep (const annotation &_an)
void unkeep (const std::vector< annotation > &_anv)

Protected Methods

search_node_id node_id () const
search_node_relation parent_relation () const

Protected Attributes

gptr< search_node > * __global_model
gptr< vdbl::database > * __dbase
vdbl::userid _dbuser
search_node_relation _snr
search_node_id _id
std::vector< annotation_keep

Friends

class search_graph

Constructor & Destructor Documentation

search_node::search_node const search_node_id   _i,
const vdbl::userid   _dui,
gptr< search_node > &    _gm,
gptr< vdbl::database > &    _db,
search_node_relation    __snr = snr_reduction
[inline]
 

Definition at line 102 of file search_node.h.

search_node::search_node const search_node_id   _i,
const vdbl::userid   _dui,
gptr< search_node > *    _gm,
gptr< vdbl::database > &    _db,
search_node_relation    __snr = snr_reduction
[inline]
 

Definition at line 109 of file search_node.h.

search_node::search_node const search_node &    __sn [inline]
 

Definition at line 115 of file search_node.h.

search_node::search_node const search_node_id   _i,
const vdbl::userid   _dui,
gptr< vdbl::database > &    _db,
search_node_relation    __snr = snr_root
[inline]
 

Definition at line 119 of file search_node.h.

virtual search_node::~search_node   [inline, virtual]
 

Definition at line 131 of file search_node.h.


Member Function Documentation

gptr<vdbl::database>* search_node::database   const [inline]
 

Definition at line 147 of file search_node.h.

vdbl::userid search_node::get_dbuserid   const [inline]
 

Definition at line 143 of file search_node.h.

search_node_id search_node::get_id   const [inline]
 

Definition at line 149 of file search_node.h.

gptr<search_node>* search_node::global_model   const [inline]
 

Definition at line 145 of file search_node.h.

virtual bool search_node::is_delta   const [inline, virtual]
 

Reimplemented in delta_node, and full_node.

Definition at line 100 of file search_node.h.

void search_node::keep const std::vector< annotation > &    _anv [inline]
 

Definition at line 153 of file search_node.h.

void search_node::keep const annotation   _an [inline]
 

Definition at line 151 of file search_node.h.

search_node_id search_node::node_id   const [inline, protected]
 

Definition at line 96 of file search_node.h.

search_node_relation search_node::parent_relation   const [inline, protected]
 

Definition at line 97 of file search_node.h.

void search_node::unkeep const std::vector< annotation > &    _anv [inline]
 

Definition at line 167 of file search_node.h.

void search_node::unkeep const annotation   _an [inline]
 

Definition at line 156 of file search_node.h.


Friends And Related Function Documentation

friend class search_graph [friend]
 

Definition at line 174 of file search_node.h.


Member Data Documentation

gptr<vdbl::database>* search_node::__dbase [protected]
 

Definition at line 89 of file search_node.h.

gptr<search_node>* search_node::__global_model [protected]
 

Definition at line 88 of file search_node.h.

vdbl::userid search_node::_dbuser [protected]
 

Definition at line 90 of file search_node.h.

search_node_id search_node::_id [protected]
 

Definition at line 92 of file search_node.h.

std::vector<annotation> search_node::_keep [protected]
 

Definition at line 93 of file search_node.h.

search_node_relation search_node::_snr [protected]
 

Definition at line 91 of file search_node.h.


The documentation for this class was generated from the following file:
Generated on Tue Nov 4 01:59:33 2003 for COCONUT API by doxygen1.2.18