#include <Formulas.h>


Public Member Functions | |
| TruthValue * | simpleCompute (TruthValue **TV, int N, long U=DefaultU) const |
Definition at line 399 of file Formulas.h.
| TruthValue * opencog::pln::NOTFormula::simpleCompute | ( | TruthValue ** | TV, | |
| int | N, | |||
| long | U = DefaultU | |||
| ) | const [virtual] |
Simple compute do not handle CompositeTruthValues. It's called by compute() method, which handles CTVs.
Reimplemented from opencog::pln::Formula< 1 >.
Definition at line 714 of file Formulas.cc.
References opencog::pln::ArityFreeFormula< TVType, ResultType >::checkTruthValue(), DebugPTLBodyFor_Link, and PTLFormulaBodyFor_Link.

1.5.6