#include <link.h>
Public Member Functions | |
| Link (Node *const &node, Factor *const &factor, int &reverseNodeIndex, int &reverseFactorIndex, int &predIndex, double &cnt) | |
| Node * | getNode () |
| Factor * | getFactor () |
| int | getReverseNodeIndex () |
| int | getReverseFactorIndex () |
| int | getPredIndex () |
| double | getCount () |
| ostream & | print (ostream &out) |
Allows fast access to the indices of the nodes and factors associated with it.
Definition at line 85 of file link.h.
1.5.1