csli.dialog.app.calo.parse
Class LFTerm

java.lang.Object
  extended by csli.dialog.app.calo.parse.LFTerm
All Implemented Interfaces:
Serializable

public class LFTerm
extends Object
implements Serializable

entity-level proposition (description of a quantified/actual entity)

Author:
mpurver
See Also:
Serialized Form

Constructor Summary
LFTerm(String logical_form_string)
           
LFTerm(String logical_form_string, String delay_list_string)
           
 
Method Summary
 Term getDelayList()
           
 Term getLogicalForm()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LFTerm

public LFTerm(String logical_form_string,
              String delay_list_string)

LFTerm

public LFTerm(String logical_form_string)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getDelayList

public Term getDelayList()

getLogicalForm

public Term getLogicalForm()