Class Find

java.lang.Object
  extended by se.gu.ling.trindikit.oaa.common.OAASolver
      extended by Find

public class Find
extends se.gu.ling.trindikit.oaa.common.OAASolver

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

Find

public Find()
Method Detail

solve

public 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

Specified by:
solve in class se.gu.ling.trindikit.oaa.common.OAASolver
Parameters:
goal -
params -
answers -
Returns:
true if the method succeeds, otherwise false