edu.princeton.wordnet.ejb
Class XWnParseLft

java.lang.Object
  extended by edu.princeton.wordnet.ejb.XWnParseLft

public class XWnParseLft
extends java.lang.Object

Parse-Lft pair

Author:
Bernard Bou

Field Summary
 int theLftQuality
          Lft quality
 int theParseQuality
          Parse quality
 
Constructor Summary
XWnParseLft(java.lang.String thisParse, java.lang.String thisLft, int thisParseQuality, int thisLftQuality)
          Constructor
 
Method Summary
 java.lang.String getLft()
          Get lft
 java.lang.String getParse()
          Get parse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theParseQuality

public int theParseQuality
Parse quality


theLftQuality

public int theLftQuality
Lft quality

Constructor Detail

XWnParseLft

public XWnParseLft(java.lang.String thisParse,
                   java.lang.String thisLft,
                   int thisParseQuality,
                   int thisLftQuality)
Constructor

Parameters:
thisParse - is the parse
thisLft - is the lft
thisParseQuality - is the parse quality
thisLftQuality - is the lft quality
Method Detail

getParse

public java.lang.String getParse()
Get parse

Returns:
parse

getLft

public java.lang.String getLft()
Get lft

Returns:
lft