#include <search_node.h>
Inheritance diagram for delta_node:


Public Methods | |
| delta_node (const search_node_id &_i, const vdbl::userid &_dui, std::vector< delta_id > &__d, gptr< search_node > &_gm, gptr< vdbl::database > &_db, search_node_relation _snr=snr_reduction) | |
| virtual | ~delta_node () |
| bool | is_delta () const |
| unsigned int | n_deltas () const |
| delta_id | get_delta_id (unsigned int i) const |
| delta | get_delta (unsigned int i) |
| const delta & | get_delta (unsigned int i) 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) |
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 184 of file search_node.h. |
|
|
Definition at line 191 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 652 of file search_node.h. |
|
|
Definition at line 639 of file search_node.h. |
|
|
Definition at line 197 of file search_node.h. |
|
|
Definition at line 149 of file search_node.h. |
|
|
Definition at line 145 of file search_node.h. |
|
|
Reimplemented from search_node. Definition at line 193 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 195 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. |
1.2.18