#include <ProphetNode.h>

Definition at line 37 of file ProphetNode.h.
Public Member Functions | |
| ProphetNodeParams () | |
Public Attributes | |
| double | encounter_ |
| initialization for p_value | |
| double | beta_ |
| transivity weight | |
| double | gamma_ |
| aging weight | |
| u_int | kappa_ |
| milliseconds per unit time | |
| dtn::ProphetNodeParams::ProphetNodeParams | ( | ) | [inline] |
Definition at line 39 of file ProphetNode.h.
initialization for p_value
Definition at line 45 of file ProphetNode.h.
Referenced by dtn::ProphetNode::encounter(), dtn::ProphetNode::set_encounter(), and dtn::ProphetNode::update_pvalue().
transivity weight
Definition at line 46 of file ProphetNode.h.
Referenced by dtn::ProphetNode::beta(), dtn::ProphetNode::set_beta(), and dtn::ProphetNode::update_transitive().
aging weight
Definition at line 47 of file ProphetNode.h.
Referenced by dtn::ProphetNode::gamma(), dtn::ProphetNode::set_gamma(), and dtn::ProphetNode::update_age().
milliseconds per unit time
Definition at line 48 of file ProphetNode.h.
Referenced by dtn::ProphetNode::age_factor(), dtn::ProphetNode::set_age_factor(), and dtn::ProphetNode::time_to_units().
1.5.3