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

full_node Class Reference

#include <search_node.h>

Inheritance diagram for full_node:

Inheritance graph
[legend]
Collaboration diagram for full_node:

Collaboration graph
[legend]
List of all members.

Public Methods

 full_node (const search_node_id &_i, const vdbl::userid &_dui, gptr< model > &__mod, gptr< search_node > &_gm, gptr< vdbl::database > &_db, search_node_relation _snr=snr_reduction)
 full_node (const search_node_id &_i, const vdbl::userid &_dui, gptr< model > &__mod, gptr< search_node > &_gm, gptr< vdbl::database > &_db, const std::vector< annotation > &_a, search_node_relation _snr=snr_reduction)
virtual ~full_node ()
bool is_delta () const
const annotationget_annotation (unsigned int i) const
const std::vector< annotation > & get_annotations () const
const modelget_model () const
const vdbl::database * get_database () const
modelget_model_ptr () const
vdbl::database * get_database_ptr () const
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)

Public Attributes

std::vector< annotation_ann

Protected Methods

 full_node (const search_node_id &_i, const vdbl::userid &_dui, gptr< model > &__mod, gptr< search_node > *_gm, gptr< vdbl::database > &_db, search_node_relation _snr=snr_reduction)
 full_node (const search_node_id &_i, const vdbl::userid &_dui, gptr< model > &__mod, gptr< search_node > *_gm, gptr< vdbl::database > &_db, const std::vector< annotation > &_a, search_node_relation _snr=snr_reduction)
search_node_id node_id () const
search_node_relation parent_relation () const

Protected Attributes

gptr< model > * _m
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 delta_base
class dag_delta
class dag_undelta
class search_graph

Constructor & Destructor Documentation

full_node::full_node const search_node_id   _i,
const vdbl::userid   _dui,
gptr< model > &    __mod,
gptr< search_node > *    _gm,
gptr< vdbl::database > &    _db,
search_node_relation    _snr = snr_reduction
[inline, protected]
 

Definition at line 216 of file search_node.h.

full_node::full_node const search_node_id   _i,
const vdbl::userid   _dui,
gptr< model > &    __mod,
gptr< search_node > *    _gm,
gptr< vdbl::database > &    _db,
const std::vector< annotation > &    _a,
search_node_relation    _snr = snr_reduction
[inline, protected]
 

Definition at line 225 of file search_node.h.

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

Definition at line 236 of file search_node.h.

full_node::full_node const search_node_id   _i,
const vdbl::userid   _dui,
gptr< model > &    __mod,
gptr< search_node > &    _gm,
gptr< vdbl::database > &    _db,
const std::vector< annotation > &    _a,
search_node_relation    _snr = snr_reduction
[inline]
 

Definition at line 245 of file search_node.h.

virtual full_node::~full_node   [inline, virtual]
 

Definition at line 254 of file search_node.h.


Member Function Documentation

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

Definition at line 147 of file search_node.h.

const annotation& full_node::get_annotation unsigned int    i const [inline]
 

Definition at line 258 of file search_node.h.

const std::vector<annotation>& full_node::get_annotations   const [inline]
 

Definition at line 263 of file search_node.h.

const vdbl::database* full_node::get_database   const [inline]
 

Definition at line 270 of file search_node.h.

vdbl::database* full_node::get_database_ptr   const [inline]
 

Definition at line 278 of file search_node.h.

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

Definition at line 143 of file search_node.h.

search_node_id search_node::get_id   const [inline, inherited]
 

Definition at line 149 of file search_node.h.

const model* full_node::get_model   const [inline]
 

Reimplemented in work_node.

Definition at line 268 of file search_node.h.

model* full_node::get_model_ptr   const [inline]
 

Definition at line 273 of file search_node.h.

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

Definition at line 145 of file search_node.h.

bool full_node::is_delta   const [inline, virtual]
 

Reimplemented from search_node.

Definition at line 256 of file search_node.h.

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

Definition at line 153 of file search_node.h.

void search_node::keep const annotation   _an [inline, inherited]
 

Definition at line 151 of file search_node.h.

search_node_id search_node::node_id   const [inline, protected, inherited]
 

Definition at line 96 of file search_node.h.

search_node_relation search_node::parent_relation   const [inline, protected, inherited]
 

Definition at line 97 of file search_node.h.

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

Definition at line 167 of file search_node.h.

void search_node::unkeep const annotation   _an [inline, inherited]
 

Definition at line 156 of file search_node.h.


Friends And Related Function Documentation

friend class dag_delta [friend]
 

Definition at line 284 of file search_node.h.

friend class dag_undelta [friend]
 

Definition at line 285 of file search_node.h.

friend class delta_base [friend]
 

Definition at line 283 of file search_node.h.

friend class search_graph [friend, inherited]
 

Definition at line 174 of file search_node.h.


Member Data Documentation

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

Definition at line 89 of file search_node.h.

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

Definition at line 88 of file search_node.h.

std::vector<annotation> full_node::_ann
 

Definition at line 213 of file search_node.h.

vdbl::userid search_node::_dbuser [protected, inherited]
 

Definition at line 90 of file search_node.h.

search_node_id search_node::_id [protected, inherited]
 

Definition at line 92 of file search_node.h.

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

Definition at line 93 of file search_node.h.

gptr<model>* full_node::_m [protected]
 

Definition at line 210 of file search_node.h.

search_node_relation search_node::_snr [protected, inherited]
 

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:58:59 2003 for COCONUT API by doxygen1.2.18