|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object se.gu.ling.trindikit.oaa.common.OAASolver Find
public class Find
This class is used to search the database, using the
the entry(X) solvable.
X could be 'anything', any term. That term is
used to search the databse, using unification.
Constructor Summary | |
---|---|
Find()
|
Method Summary | |
---|---|
boolean |
solve(com.sri.oaa2.icl.IclTerm goal,
com.sri.oaa2.icl.IclList params,
com.sri.oaa2.icl.IclList answers)
The solve method extended from OAA. goal == entry(X) X == term to unify in the database |
Methods inherited from class se.gu.ling.trindikit.oaa.common.OAASolver |
---|
getSolvable, getSolvableString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Find()
Method Detail |
---|
public boolean solve(com.sri.oaa2.icl.IclTerm goal, com.sri.oaa2.icl.IclList params, com.sri.oaa2.icl.IclList answers)
solve
in class se.gu.ling.trindikit.oaa.common.OAASolver
goal
- params
- answers
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |