|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sri.oaa2.icl.IclDb Dbase
public class Dbase
Class that makes an IclDb from a text file. The entries should be one per line.
Constructor Summary | |
---|---|
Dbase(java.lang.String dbaseName)
|
Method Summary | |
---|---|
com.sri.oaa2.icl.IclList |
findAnswers(com.sri.oaa2.icl.IclStruct query)
Searches the database for answers to a query. |
Methods inherited from class com.sri.oaa2.icl.IclDb |
---|
asserta, assertz, db_Assert, db_Contains, db_getRef, db_PrintDB, db_Replace, db_Retract, db_Retract, db_Solve, db_Solve, db_SolveDebug, erase, replace_all, retract_all, retract, retract, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Dbase(java.lang.String dbaseName)
Method Detail |
---|
public com.sri.oaa2.icl.IclList findAnswers(com.sri.oaa2.icl.IclStruct query)
query
- the query to search the database with
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |