OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <PatternSCM.h>
Public Member Functions | |
PatternSCM (void) | |
~PatternSCM () | |
![]() | |
ModuleWrap (const char *) | |
void | module_init (void) |
virtual | ~ModuleWrap () |
Protected Member Functions | |
virtual void | init (void) |
Static Protected Attributes | |
static std::vector < FunctionWrap * > | _binders |
Definition at line 15 of file PatternSCM.h.
PatternSCM::PatternSCM | ( | void | ) |
Definition at line 28 of file PatternSCM.cc.
PatternSCM::~PatternSCM | ( | ) |
Definition at line 61 of file PatternSCM.cc.
References _binders.
|
protectedvirtual |
This is called while (opencog query) is the current module. Thus, all the definitions below happen in that module.
Implements opencog::ModuleWrap.
Definition at line 34 of file PatternSCM.cc.
References _binders, opencog::af_bindlink(), opencog::bindlink(), opencog::find_approximate_match(), opencog::satisfaction_link(), opencog::satisfying_set(), and opencog::single_bindlink().
|
staticprotected |
Definition at line 19 of file PatternSCM.h.