Go to the source code of this file.
|
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) |
|
static void | opencog::get_distant_neighbors_rec (const Handle &h, UnorderedHandleSet &res, int dist) |
|
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) |
|