OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <FCMemory.h>
Public Attributes | |
int | iter_step |
Rule * | applied_rule |
HandleSeq | inf_product |
HandleSeq | matched_nodes |
Definition at line 31 of file FCMemory.h.
Rule* opencog::Inference::applied_rule |
Definition at line 33 of file FCMemory.h.
HandleSeq opencog::Inference::inf_product |
Definition at line 34 of file FCMemory.h.
int opencog::Inference::iter_step |
Definition at line 32 of file FCMemory.h.
HandleSeq opencog::Inference::matched_nodes |
matched nodes with the variables in the rule,useful during mutual exclusion checking
Definition at line 35 of file FCMemory.h.