#include <search_node.h>
Inheritance diagram for search_node:
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 |
|
Definition at line 102 of file search_node.h. |
|
Definition at line 109 of file search_node.h. |
|
Definition at line 115 of file search_node.h. |
|
Definition at line 119 of file search_node.h. |
|
Definition at line 131 of file search_node.h. |
|
Definition at line 147 of file search_node.h. |
|
Definition at line 143 of file search_node.h. |
|
Definition at line 149 of file search_node.h. |
|
Definition at line 145 of file search_node.h. |
|
Reimplemented in delta_node, and full_node. Definition at line 100 of file search_node.h. |
|
Definition at line 153 of file search_node.h. |
|
Definition at line 151 of file search_node.h. |
|
Definition at line 96 of file search_node.h. |
|
Definition at line 97 of file search_node.h. |
|
Definition at line 167 of file search_node.h. |
|
Definition at line 156 of file search_node.h. |
|
Definition at line 174 of file search_node.h. |
|
Definition at line 89 of file search_node.h. |
|
Definition at line 88 of file search_node.h. |
|
Definition at line 90 of file search_node.h. |
|
Definition at line 92 of file search_node.h. |
|
Definition at line 93 of file search_node.h. |
|
Definition at line 91 of file search_node.h. |