opennlp.leo.regulus.tug
Class LF

java.lang.Object
  |
  +--opennlp.leo.regulus.tug.LF

public class LF
extends java.lang.Object

Java representation of a TUG logical form.

Version:
$Revision: 1.1.1.1 $, $Date: 2001/10/22 11:12:36 $
Author:
Jason Baldridge

Constructor Summary
LF(org.jdom.Element e, Constituent c)
           
LF(POp po)
           
 
Method Summary
 Constituent getConstituent()
           
 Feature[] getFeatures()
           
 java.lang.String getType()
           
 PTerm getValue()
           
 java.lang.String toProlog()
           
 java.lang.String toXml(java.lang.String tab)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LF

public LF(org.jdom.Element e,
          Constituent c)

LF

public LF(POp po)
Method Detail

getValue

public PTerm getValue()

getFeatures

public Feature[] getFeatures()

getConstituent

public Constituent getConstituent()

getType

public java.lang.String getType()

toProlog

public java.lang.String toProlog()

toXml

public java.lang.String toXml(java.lang.String tab)


Copyright © 2002 Research Institute for Advanced Computer Science. All Rights Reserved.