Home | Trees | Indices | Help |
|
---|
|
Flora2 knowledge base
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
Constructor method Usage: Flora2KB( sentence, path ) sentence - F-logic sentence to be added to the KB (default: None) path - path to Flora2 executable (default: 'runflora')
|
Adds sentence to KB Usage: instance.tell( sentence, type ) sentence - frame logic sentence to be added to KB type - insertion type (one of insert, insertall, t_insert, t_insertall, insertrule, newmodule; default: 'insert')
|
Queries the KB
|
Deletes sentence from KB Usage: instance.retract( sentence, type ) sentence - frame logic sentence to be deleted from KB type - deletion type (one of delete, deleteall, erase, eraseall, t_delete, t_deleteall, t_erase, t_eraseall, deletetrule, erasemodule; default: 'delete')
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Aug 1 18:44:38 2012 | http://epydoc.sourceforge.net |