OpenCog Framework
Branch: master, revision 6f0b7fc776b08468cf1b74aa9db028f387b4f0c0
|
#include <opencog/atomspace/atom_types.h>
#include <opencog/atomspace/Atom.h>
#include <opencog/atomspace/Handle.h>
#include <opencog/atomspace/types.h>
Go to the source code of this file.
Namespaces | |
opencog | |
Functions | |
HandleSeq | opencog::get_all_nodes (Handle h) |
UnorderedHandleSet | opencog::get_all_unique_nodes (Handle h) |
HandleSeq | opencog::get_all_atoms (Handle h) |
UnorderedHandleSet | opencog::get_all_unique_atoms (Handle h) |
HandleSeq | opencog::get_neighbors (const Handle &h, bool fanin, bool fanout, Type desiredLinkType, bool subClasses) |
UnorderedHandleSet | opencog::get_outgoing_nodes (const Handle &hinput, const std::vector< Type > &types) |
UnorderedHandleSet | opencog::get_distant_neighbors (const Handle &h, int dist) |
HandleSeq | opencog::get_predicates (const Handle &target, Type predicateType, bool subClasses) |
HandleSeq | opencog::get_predicates_for (const Handle &target, const Handle &predicate) |
Variables | |
const bool | opencog::NO_SUBCLASSES = false |