OpenCog Framework  Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ExecSCM.cc File Reference
+ Include dependency graph for ExecSCM.cc:

Go to the source code of this file.

Functions

static Handle ss_execute (AtomSpace *atomspace, const Handle &h)
 
static TruthValuePtr ss_evaluate (AtomSpace *atomspace, const Handle &h)
 
static Handle ss_reduce (AtomSpace *atomspace, const Handle &h)
 
void opencog_exec_init (void)
 

Function Documentation

void opencog_exec_init ( void  )

Definition at line 112 of file ExecSCM.cc.

References opencog::ModuleWrap::module_init().

static TruthValuePtr ss_evaluate ( AtomSpace atomspace,
const Handle h 
)
static

cog-evaluate! evaluates an EvaluationLink with a GPN in it.

Definition at line 39 of file ExecSCM.cc.

References opencog::EvaluationLink::do_evaluate().

+ Here is the caller graph for this function:

static Handle ss_execute ( AtomSpace atomspace,
const Handle h 
)
static

cog-execute! executes an ExecutionOutputLink

Definition at line 27 of file ExecSCM.cc.

References opencog::AtomSpace::add_atom(), and opencog::Instantiator::execute().

+ Here is the caller graph for this function:

static Handle ss_reduce ( AtomSpace atomspace,
const Handle h 
)
static