Public interface of class 'ProbAssign'. More...
#include <ProbAssign.h>
Related Functions | |
(Note that these are not member functions.) | |
| ProbAssign_ptr | ProbAssign_create (node_ptr assigns, node_ptr value) |
| The ProbAssign class constructor. | |
| void | ProbAssign_destroy (ProbAssign_ptr self) |
| The ProbAssign class destructor. | |
| node_ptr | ProbAssign_get_assigns_expr (const ProbAssign_ptr self) |
| Getters for the vars assignments. | |
| node_ptr | ProbAssign_get_prob (const ProbAssign_ptr self) |
| getters for the probabilistic value | |
Public interface of class 'ProbAssign'.
Definition of the public accessor for class ProbAssign
| ProbAssign_ptr ProbAssign_create | ( | node_ptr | assigns, | |
| node_ptr | value | |||
| ) | [related] |
The ProbAssign class constructor.
AutomaticStart
The ProbAssign class constructor
| void ProbAssign_destroy | ( | ProbAssign_ptr | self | ) | [related] |
| node_ptr ProbAssign_get_assigns_expr | ( | const ProbAssign_ptr | self | ) | [related] |
Getters for the vars assignments.
| node_ptr ProbAssign_get_prob | ( | const ProbAssign_ptr | self | ) | [related] |
getters for the probabilistic value
1.6.1