|
||||||||
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 Deleter
public class Deleter
As the name says, this will be used to delete objects from the IclDb.
Constructor Summary | |
---|---|
Deleter()
|
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 == delete(X) X == a number corresponding to the ID number of the object to delete. |
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 Deleter()
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
- an IclTermparams
- an IclListanswers
- an IclList
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |