Class BuildDb

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

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

This class builds an IclDb from an *.ics file (vCalendar format)


Constructor Summary
BuildDb()
           
 
Method Summary
 boolean solve(com.sri.oaa2.icl.IclTerm goal, com.sri.oaa2.icl.IclList params, com.sri.oaa2.icl.IclList answers)
           
 
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

BuildDb

public BuildDb()
Method Detail

solve

public boolean solve(com.sri.oaa2.icl.IclTerm goal,
                     com.sri.oaa2.icl.IclList params,
                     com.sri.oaa2.icl.IclList answers)
Specified by:
solve in class se.gu.ling.trindikit.oaa.common.OAASolver