Class BuildCalendar

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

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

This class builds *.ics in VCalendar format. It builds the calendar files from the objects in the database.


Constructor Summary
BuildCalendar()
           
 
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

BuildCalendar

public BuildCalendar()
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