#include <Formulas.h>


Public Member Functions | |
| TruthValue * | simpleCompute (TruthValue **TV, int N, long U=DefaultU) const |
Definition at line 273 of file Formulas.h.
| TruthValue * opencog::pln::ANDBreakdownFormula::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 386 of file Formulas.cc.
References opencog::pln::ArityFreeFormula< TVType, ResultType >::checkTruthValue(), DebugPTLBodyFor_Link, and PTLFormulaBodyFor_Link.
1.5.6