14 using namespace opencog;
60 ,
const UUID* outgoing
91 ,
const UUID* outgoing
151 ,
double* parameters );
165 ,
double* parameters );
TruthValueType AtomSpace_getTruthValue(AtomSpace *this_ptr, UUID handle, double *parameters)
int AtomSpace_getAtomByHandle(AtomSpace *this_ptr, UUID handle, char **type, char **name, UUID **out, int *out_len)
UUID AtomSpace_getLink(AtomSpace *this_ptr, const char *type, const UUID *outgoing, int size, int *found)
AtomSpace * AtomSpace_new(AtomSpace *parent_ptr)
UUID AtomSpace_getNode(AtomSpace *this_ptr, const char *type, const char *name, int *found)
int AtomSpace_removeAtom(AtomSpace *this_ptr, UUID handle)
void AtomSpace_delete(AtomSpace *this_ptr)
unsigned long UUID
UUID == Universally Unique Identifier.
UUID AtomSpace_addNode(AtomSpace *this_ptr, const char *type, const char *name)
UUID AtomSpace_addLink(AtomSpace *this_ptr, const char *type, const UUID *outgoing, int size)
void AtomSpace_debug(AtomSpace *this_ptr)
void AtomSpace_setTruthValue(AtomSpace *this_ptr, UUID handle, TruthValueType type, double *parameters)