#include <AtomSpaceWrapper.h>


Public Member Functions | |
| virtual | ~DirectATW () |
| pHandle | addLink (Type T, const pHandleSeq &hs, const TruthValue &tvn, bool fresh, bool managed=true) |
| pHandle | addNode (Type T, const std::string &name, const TruthValue &tvn, bool fresh, bool managed=true) |
Static Public Member Functions | |
| static DirectATW & | getInstance (AtomSpace *as=NULL) |
Private Member Functions | |
| DirectATW (AtomSpace *as) | |
Definition at line 611 of file AtomSpaceWrapper.h.
| opencog::pln::DirectATW::DirectATW | ( | AtomSpace * | as | ) | [private] |
| virtual opencog::pln::DirectATW::~DirectATW | ( | ) | [inline, virtual] |
Definition at line 615 of file AtomSpaceWrapper.h.
Definition at line 617 of file AtomSpaceWrapper.h.
References DirectATW(), opencog::BaseServer::getAtomSpace(), PetCombo::instance(), and opencog::server().
| pHandle opencog::pln::DirectATW::addLink | ( | Type | T, | |
| const pHandleSeq & | hs, | |||
| const TruthValue & | tvn, | |||
| bool | fresh, | |||
| bool | managed = true | |||
| ) | [virtual] |
Add link, pure virtual
| tvn | what truth value they should be given | |
| fresh | allows atoms to be added with the same name/outgoing set | |
| managed | some kind of mechanism to manage memory |
Implements opencog::pln::AtomSpaceWrapper.
Definition at line 2327 of file AtomSpaceWrapper.cc.
References opencog::pln::AtomSpaceWrapper::directAddLink().
| pHandle opencog::pln::DirectATW::addNode | ( | Type | T, | |
| const std::string & | name, | |||
| const TruthValue & | tvn, | |||
| bool | fresh, | |||
| bool | managed = true | |||
| ) | [virtual] |
Add node, pure virtual
| tvn | what truth value they should be given | |
| fresh | allows atoms to be added with the same name/outgoing set | |
| managed | some kind of mechanism to manage memory |
Implements opencog::pln::AtomSpaceWrapper.
1.5.6